From d4b6240498bb25eba49241f104cdc8f13173dc3d Mon Sep 17 00:00:00 2001 From: danix Date: Sun, 10 Mar 2019 09:16:52 +0100 Subject: [PATCH] testing deploy. added message to create function that shows the clone url on the command line --- create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.20.1