Skip to content

Commit

Permalink
Suggest people search existing issues in error message (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianBorge committed Nov 14, 2024
1 parent 221fe5b commit ccfa66b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions buildpacks/ruby/src/user_errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ pub(crate) fn on_error(err: libcnb::Error<RubyBuildpackError>) {
status page https://status.heroku.com/ to see if there is an ongoing incident. Once
all incidents have resolved please retry your build.
If the issue persists, please try to reproduce the behavior locally using the `pack`
CLI. If you can reproduce the behavior locally and believe you've found a bug in the
buildpack or the framework please open an issue on the buildpack's GitHub repository.
If the issue persists, try to reproduce the behavior locally using the `pack` CLI.
If you can reproduce the behavior locally and believe you've found a bug in the
buildpack or framework, please visit the buildpack's GitHub repository at
https://github.com/heroku/buildpacks-ruby/issues. Search for any existing issues
related to this error. If none are found, please consider opening a new issue.
"}),
};
}
Expand Down

0 comments on commit ccfa66b

Please sign in to comment.