Skip to content

Commit

Permalink
Update Procfile CNB GitHub repo URL (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley authored Mar 12, 2024
1 parent 6e89c73 commit 12534b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcnb-test/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ fn starting_containers() {
context.start_container(
// The whole command has to be quoted since the Procfile CNB uses `bash -c`, which
// expects the next arg passed to it to be the entire bash command/script. See:
// https://github.com/heroku/procfile-cnb/pull/205#discussion_r1505866192
// https://github.com/heroku/buildpacks-procfile/pull/205#discussion_r1505866192
ContainerConfig::new().command(["echo 'this is a custom command!'"]),
|container| {
let all_log_output = container.logs_wait();
Expand Down

0 comments on commit 12534b7

Please sign in to comment.