diff options
| author | Trey Bastian <hello@treybastian.com> | 2026-04-08 16:57:55 +0100 |
|---|---|---|
| committer | Trey Bastian <hello@treybastian.com> | 2026-04-08 16:57:55 +0100 |
| commit | cf41deef9260bd205eb9e478fa4ada62106a2f6b (patch) | |
| tree | 7fbfe82ecd1d3099cc2309f594862d2af24eedc5 /git-shell-commands/new-project | |
| parent | cdfe027884b38a20682a48f67af4a5dce738b66a (diff) | |
fixing new-project bugs
Diffstat (limited to 'git-shell-commands/new-project')
| -rwxr-xr-x | git-shell-commands/new-project | 2 |
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 |
