Add missing import
This commit is contained in:
parent
f5f51e6a6b
commit
c0c34f7a37
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
function deploySoftware -d "Deploys a the specified software action" -a action
|
function deploySoftware -d "Deploys a the specified software action" -a action
|
||||||
set -l dir (status dirname)
|
set -l dir (status dirname)
|
||||||
. "$dir/software.fish"
|
. "$dir/software.fish"
|
||||||
|
. "$dir/../../lib/settings.fish"
|
||||||
|
|
||||||
if [ -z "$action" ]
|
if [ -z "$action" ]
|
||||||
set action install
|
set action install
|
||||||
|
|
Loading…
Reference in a new issue