2 Commits 356293625f ... fe5971e804

Autor SHA1 Mensaje Fecha
  Sandee Lovas fe5971e804 Adding deploy & commit scripts hace 6 meses
  Sandee Lovas 356293625f Adding deploy & commit scripts hace 6 meses
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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"