Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jun 27, 2023
1 parent 900ea5b commit d9f1ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/error-handling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ send_event() {
local traceback_json=$4
local breadcrumbs=$5
local fingerprint_value=$(
echo -n "$cmd_exit $error_msg $traceback" | \
docker run -i --rm busybox md5sum | \
echo -n "$cmd_exit $error_msg $traceback" |
docker run -i --rm busybox md5sum |
cut -d' ' -f1
)
local envelope_file="sentry-envelope-${fingerprint_value}"
Expand Down

0 comments on commit d9f1ceb

Please sign in to comment.