We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd2720 commit e8a4480Copy full SHA for e8a4480
katacoda/scenarios/buildpack-author-guide/caching.md
@@ -165,7 +165,7 @@ else
165
# Determine if there has been a gem dependency change and install new gems to the bundler layer; re-using existing and un-changed gems
166
echo "---> Installing gems"
167
mkdir -p "$bundlerlayer"
168
- cat > "$layersdir/bundler.toml" << EOL
+ cat >> "$layersdir/bundler.toml" << EOL
169
[metadata]
170
checksum = "$local_bundler_checksum"
171
EOL
0 commit comments