Skip to content

Commit e12e0e0

Browse files
committed
✨ Improve Error Message
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
1 parent f89317e commit e12e0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

safe_hashes.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ get_latest_git_commit_hash() {
235235
echo -e "Commit hash (=version) of the script: ${GREEN}$commit_hash${RESET}."
236236
exit 0
237237
else
238-
echo -e "${BOLD}${RED}No commit hash information available!${RESET}"
238+
echo -e "${BOLD}${RED}No commit hash information available. There may be an issue with your Git installation or repository configuration.${RESET}"
239239
exit 1
240240
fi
241241
else

0 commit comments

Comments
 (0)