Skip to content

Commit

Permalink
Use command name for output
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Oct 4, 2024
1 parent bcd68a1 commit c120551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildpacks/ruby/src/layers/bundle_install_layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ fn bundle_install(

bullet
.stream_with(
format!("Running {}", style::command("bundle install")),
format!("Running {}", style::command(cmd.name())),
|stdout, stderr| cmd.stream_output(stdout, stderr),
)
.map_err(|error| fun_run::map_which_problem(error, cmd.mut_cmd(), path_env))?;
Expand Down

0 comments on commit c120551

Please sign in to comment.