Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Oct 13, 2023
1 parent 7c85b5e commit daf39f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildpacks/ruby/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ impl Buildpack for RubyBuildpack {

// ## Detect gems
let (mut logger, gem_list, default_process) = {
let section = logger.section("Setting default processes(es)");
let section = logger.section("Setting default processes");

let gem_list = gem_list::GemList::from_bundle_list(&env, section.as_ref())
.map_err(RubyBuildpackError::GemListGetError)?;
Expand Down

0 comments on commit daf39f1

Please sign in to comment.