add missing colon

This commit is contained in:
AJ ONeal 2019-05-31 18:26:18 -06:00
parent 45dc45f22a
commit 9086507047
1 changed files with 1 additions and 1 deletions

View File

@ -36,5 +36,5 @@ set +x
echo ""
echo "Authorized users can push to this repo by adding it as a remote. Example:"
echo " git remote add origin ${my_user}@$(hostname)${my_repo}"
echo " git remote add origin ${my_user}@$(hostname):${my_repo}"
echo ""