Skip to content

Commit

Permalink
Update make target in bin/report debug instructions (#1739)
Browse files Browse the repository at this point in the history
Since the command is now named `make run` after #1597.
  • Loading branch information
edmorley authored Jan 27, 2025
1 parent 4c4cb7a commit 17b87c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/report
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Failures in this script don't cause the overall build to fail (and won't appear in user
# facing build logs) to avoid breaking builds unnecessarily / causing confusion. To debug
# issues check the internal build system logs for `buildpack.report.failed` events, or
# when developing run `make compile` in this repo locally, which runs `bin/report` too.
# when developing run `make run` in this repo locally, which runs `bin/report` too.

set -euo pipefail
shopt -s inherit_errexit
Expand Down

0 comments on commit 17b87c0

Please sign in to comment.