aboutsummaryrefslogtreecommitdiffstats
path: root/create
diff options
context:
space:
mode:
Diffstat (limited to 'create')
-rwxr-xr-xcreate2
1 files changed, 1 insertions, 1 deletions
diff --git a/create b/create
index 8ee6610..927a575 100755
--- a/create
+++ b/create
@@ -78,7 +78,7 @@ EOT
cd ${GITDIR}/
chown -R ${GITUSER}:${GITGRP} ${GITDIR}/${PROJECT}.git
echo "All done, you can now work on \"${PROJECT}.git\""
- echo "You can clone this repository at ssh://danix_git:/${GITDIR}/${PROJECT}.git"
+ echo "You can now clone this repository at ssh://danix_git:/${GITDIR}/${PROJECT}.git"
exit 0
}