2 Commits 356293625f ... fe5971e804

Auteur SHA1 Message Date
  Sandee Lovas fe5971e804 Adding deploy & commit scripts il y a 6 mois
  Sandee Lovas 356293625f Adding deploy & commit scripts il y a 6 mois
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      commit-changes.sh

+ 2 - 1
commit-changes.sh

@@ -16,7 +16,8 @@ git commit -m "${message?}"
 
 printf "\n\n\n"
 echo "Saving changes to remote repository."
-echo "In the prompt, enter the username & password from Bitwarden for 'git.home.tarka.ca'"
+echo
+echo "If a prompt appears, enter the username & password from Bitwarden for 'git.home.tarka.ca'"
 echo
 read -n 1 -p "Press any key to continue, or <CTRL + C> to cancel"