diff --git a/src/commands/git_secret_tell.sh b/src/commands/git_secret_tell.sh index 2ff6c3ad..0bbfc151 100644 --- a/src/commands/git_secret_tell.sh +++ b/src/commands/git_secret_tell.sh @@ -16,7 +16,7 @@ function tell { h) _show_manual_for "tell";; m) # Set email of the git current user: - email=$(git config user.email) || _abort "'git congig user.email' is not set." + email=$(git config user.email) || _abort "'git config user.email' is not set." ;; d) homedir=$OPTARG;;