mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
Forgot to quote the path parameter to wakeonlan
This commit is contained in:
parent
14411cb904
commit
aa7ddd51cc
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ function wake() {
|
|||
return 1
|
||||
fi
|
||||
|
||||
wakeonlan -f $config_file
|
||||
wakeonlan -f "$config_file"
|
||||
}
|
||||
|
||||
if (( $+functions[compdef] )); then
|
||||
|
|
Loading…
Reference in a new issue