mirror of https://github.com/ohmyzsh/ohmyzsh.git
Forgot to quote the path parameter to wakeonlan
parent
14411cb904
commit
aa7ddd51cc
|
@ -10,7 +10,7 @@ function wake() {
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wakeonlan -f $config_file
|
wakeonlan -f "$config_file"
|
||||||
}
|
}
|
||||||
|
|
||||||
if (( $+functions[compdef] )); then
|
if (( $+functions[compdef] )); then
|
||||||
|
|
Loading…
Reference in New Issue