Skip to content
Snippets Groups Projects
Commit 024b65aa authored by Caleb Maclennan's avatar Caleb Maclennan Committed by Richard Hartmann
Browse files

Removed newline escape sequence that was not properly being obeyed anyway, was...

Removed newline escape sequence that was not properly being obeyed anyway, was printing to the console as is. Not needed because the echo being used already terminates with a newline.
parent 9dbe1f2d
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ clone() {
done
[ "$VCSH_CONFLICT" = '1' ] &&
fatal "will stop after fetching and not try to merge!
Once this situation has been resolved, run 'vcsh run $VCSH_REPO_NAME git pull' to finish cloning.\n" 17
Once this situation has been resolved, run 'vcsh run $VCSH_REPO_NAME git pull' to finish cloning." 17
git merge origin/master
hook post-clone
retire
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment