summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgarhve <garhve@gmail.com>2024-07-26 10:27:17 +0800
committergarhve <garhve@gmail.com>2024-07-26 10:27:17 +0800
commit6ef494eb1ba65f7117c733beaf3069bc2cecb1c5 (patch)
treeebdfe4bf729d3ab79a4ed678a6beb689b656b392
parent43095af0979442f01c835a25315059ada775e45d (diff)
fix typo
-rwxr-xr-xmkproj.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkproj.sh b/mkproj.sh
index 6964564..132c1cc 100755
--- a/mkproj.sh
+++ b/mkproj.sh
@@ -80,4 +80,4 @@ else
[ "$?" -ne 0 ] && echo -e "failed creating ${BLUE}$work/$repo${NC}, please check permission" || echo -e "${YELLOW}creation finished${NC}"
fi
-echo -e "you may now use 'git remote --add origin ssh://user@ip:port$config$repo' to push repository"
+echo -e "you may now use 'git remote --add origin ssh://user@ip:port$config/$repo' to push repository"