Fix git config command help output after installation

This commit is contained in:
2020-12-19 11:07:34 +01:00
parent 30aef29aab
commit 0fe7eac8f3

View File

@@ -40,5 +40,5 @@ ln -s "${SEQHOME}/seqs" "/opt"
echo " [I] Successfully installed shell sequencer"
echo " Don't forget to set git user variables:"
echo " git config user.name=\"Your Name\""
echo " git config user.email=\"Your.Name@example.com\""
echo " git config user.name \"Your Name\""
echo " git config user.email \"Your.Name@example.com\""