Add missing import

This commit is contained in:
Manuel Thalmann 2024-11-01 16:40:39 +01:00
parent f5f51e6a6b
commit c0c34f7a37

View file

@ -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