aboutsummaryrefslogtreecommitdiff
path: root/git-shell-commands/new-project
diff options
context:
space:
mode:
Diffstat (limited to 'git-shell-commands/new-project')
-rwxr-xr-xgit-shell-commands/new-project2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-shell-commands/new-project b/git-shell-commands/new-project
index 5b9b1aa..568c158 100755
--- a/git-shell-commands/new-project
+++ b/git-shell-commands/new-project
@@ -26,7 +26,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
fi
echo "git url: ${USER}@${HOSTNAME}:${PROJECT_NAME}"
-if [[ $REPLY =~^[Yy]$ ]]; then
+if [[ $REPLY =~ ^[Yy]$ ]]; then
echo "public repo: ${REMOTE_BASE_URL}/${PROJECT_NAME}"
fi
#vim: filetype=bash