From cf41deef9260bd205eb9e478fa4ada62106a2f6b Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Wed, 8 Apr 2026 16:57:55 +0100 Subject: fixing new-project bugs --- git-shell-commands/new-project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-shell-commands/new-project') 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 -- cgit v1.2.3