mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-18 18:48:40 +02:00
Forgot to quote the path parameter to wakeonlan
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user