Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 3d92b89

Browse files
committed
Fixed message that used "/n" instead of "\n" for new lines.
1 parent c132f34 commit 3d92b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guest/cli/commands/reassociate-git-repo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ mv "${WPLIB_BOX_ORIGINAL_GIT_DIR}" "${WPLIB_BOX_GIT_DIR}" 2> /dev/null
3333
grep -q -F "/watchers" "${WPLIB_BOX_DIR}/.gitignore" || echo "/watchers" >> ${WPLIB_BOX_DIR}/.gitignore
3434

3535

36-
echo_if_not_quiet "$*" "=The WPLib Box Git repository has been reassociated and/nthe prior .git directory has been renamed to ${WPLIB_BOX_SAVE_GIT_DIR}/n(assuming there was one.)"
36+
echo_if_not_quiet "$*" "=The WPLib Box Git repository has been reassociated and\nthe prior .git directory has been renamed to ${WPLIB_BOX_SAVE_GIT_DIR}\n(assuming there was one.)"

0 commit comments

Comments
 (0)