We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89317e commit e12e0e0Copy full SHA for e12e0e0
safe_hashes.sh
@@ -235,7 +235,7 @@ get_latest_git_commit_hash() {
235
echo -e "Commit hash (=version) of the script: ${GREEN}$commit_hash${RESET}."
236
exit 0
237
else
238
- echo -e "${BOLD}${RED}No commit hash information available!${RESET}"
+ echo -e "${BOLD}${RED}No commit hash information available. There may be an issue with your Git installation or repository configuration.${RESET}"
239
exit 1
240
fi
241
0 commit comments