Skip to content

Commit eb64ccd

Browse files
committed
Log errors to stderr
1 parent 9d52757 commit eb64ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-credential-s3-secrets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ s3_download() {
8383
local bucket_region="$(s3_bucket_region "${bucket}")"
8484
if [ -z "${bucket_region}" ]
8585
then
86-
echo "Could not determine the bucket region for ${bucket}"
86+
echo "Could not determine the bucket region for ${bucket}" >&2
8787
exit 2
8888
fi
8989

0 commit comments

Comments
 (0)