Skip to content

Commit

Permalink
Update buildpacks/ruby/src/steps/rake_assets_install.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Rune Soerensen <rsoerensen@salesforce.com>
  • Loading branch information
schneems and runesoerensen authored Oct 15, 2024
1 parent 2b8a261 commit dcd03fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildpacks/ruby/src/steps/rake_assets_install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ pub(crate) fn rake_assets_install(
];

let caches = cache_config
.iter()
.map(|config| AppCache::new_and_load(context, config.to_owned()))
.into_iter()
.map(|config| AppCache::new_and_load(context, config))
.collect::<Result<Vec<AppCache>, CacheError>>()
.map_err(RubyBuildpackError::InAppDirCacheError)?;

Expand Down

0 comments on commit dcd03fd

Please sign in to comment.