From 0fe7eac8f3ab936d9bfaf0d97097efc77638e492 Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Sat, 19 Dec 2020 11:07:34 +0100 Subject: [PATCH] Fix git config command help output after installation --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 1034df7..bdbe078 100755 --- a/install.sh +++ b/install.sh @@ -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\""