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
Oh My Zsh
Commits
aa7ddd51
"vscode:/vscode.git/clone" did not exist on "300f94cb0e1121e7796edbedcbc6d686e755be5b"
Commit
aa7ddd51
authored
Sep 19, 2011
by
Paul Gideon Dann
Browse files
Forgot to quote the path parameter to wakeonlan
parent
14411cb9
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/wakeonlan/wakeonlan.plugin.zsh
View file @
aa7ddd51
...
@@ -10,7 +10,7 @@ function wake() {
...
@@ -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
...
...
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