Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
WP Plugins
Cron-Control
Commits
54cd8a3e
Commit
54cd8a3e
authored
Aug 03, 2017
by
Erick Hitter
Browse files
Let's keep `usage()` removed in
10bad1f9
parent
10bad1f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
runner/runner.go
View file @
54cd8a3e
...
...
@@ -362,7 +362,7 @@ func validatePath(path *string, label string) {
if
_
,
err
=
os
.
Stat
(
*
path
);
os
.
IsNotExist
(
err
)
{
fmt
.
Printf
(
"Error for %s: '%s' does not exist
\n
"
,
label
,
*
path
)
os
.
Exit
(
3
)
usage
(
)
}
}
else
{
fmt
.
Printf
(
"Empty path provided for %s
\n
"
,
label
)
...
...
Write
Preview
Supports
Markdown
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