This commit is contained in:
g1n 2021-06-19 19:12:43 +01:00
parent a097addf7e
commit ce585a5b5c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ case $1 in
#git add README.md
printf "repo created\n"
printf "to push to repo type:\n"
printf "git remote add local /repos/%s/%s\n" "$1" "$USER"
printf "git remote add local /repos/%s/%s\n" "$USER" "$1"
printf "git push -u local master\n"
;;
esac