add missing colon
This commit is contained in:
parent
45dc45f22a
commit
9086507047
|
@ -36,5 +36,5 @@ set +x
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "Authorized users can push to this repo by adding it as a remote. Example:"
|
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 ""
|
echo ""
|
||||||
|
|
Loading…
Reference in New Issue