From 6ef494eb1ba65f7117c733beaf3069bc2cecb1c5 Mon Sep 17 00:00:00 2001 From: garhve Date: Fri, 26 Jul 2024 10:27:17 +0800 Subject: fix typo --- mkproj.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-70-g09d2