Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
aa7ddd51
Commit
aa7ddd51
authored
Sep 19, 2011
by
Paul Gideon Dann
Browse files
Forgot to quote the path parameter to wakeonlan
parent
14411cb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/wakeonlan/wakeonlan.plugin.zsh
View file @
aa7ddd51
...
...
@@ -10,7 +10,7 @@ function wake() {
return
1
fi
wakeonlan
-f
$config_file
wakeonlan
-f
"
$config_file
"
}
if
((
$+
functions[compdef]
))
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment