Skip to content

Commit

Permalink
Remove colon
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe committed Oct 26, 2018
1 parent e8ae308 commit 952f51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CloneStuff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ __retries=5
__command="ls"

if [[ -z "$__command" ]]; then
echo "ERROR: Please supply a value for '-command'"
echo "ERROR Please supply a value for '-command'"
exit 2
fi

Expand Down

0 comments on commit 952f51f

Please sign in to comment.