Fix typo
This commit is contained in:
parent
1a4726ea25
commit
82171f7fa7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ begin
|
||||||
|
|
||||||
function initialize -V dir
|
function initialize -V dir
|
||||||
source "$dir/../../Common/Scripts/wait-network.fish"
|
source "$dir/../../Common/Scripts/wait-network.fish"
|
||||||
wait-network
|
waitNetwork
|
||||||
or exit
|
or exit
|
||||||
|
|
||||||
source "$dir/../Scripts/software.fish"
|
source "$dir/../Scripts/software.fish"
|
||||||
|
|
Loading…
Reference in a new issue