2 次代码提交 356293625f ... fe5971e804

作者 SHA1 备注 提交日期
  Sandee Lovas fe5971e804 Adding deploy & commit scripts 6 月之前
  Sandee Lovas 356293625f Adding deploy & commit scripts 6 月之前
共有 1 个文件被更改,包括 2 次插入1 次删除
  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"