Skip to content

Commit 17b87c0

Browse files
authored
Update make target in bin/report debug instructions (#1739)
Since the command is now named `make run` after #1597.
1 parent 4c4cb7a commit 17b87c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/report

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Failures in this script don't cause the overall build to fail (and won't appear in user
1616
# facing build logs) to avoid breaking builds unnecessarily / causing confusion. To debug
1717
# issues check the internal build system logs for `buildpack.report.failed` events, or
18-
# when developing run `make compile` in this repo locally, which runs `bin/report` too.
18+
# when developing run `make run` in this repo locally, which runs `bin/report` too.
1919

2020
set -euo pipefail
2121
shopt -s inherit_errexit

0 commit comments

Comments
 (0)