Skip to content

Commit e8a4480

Browse files
committed
fixup! Use append in code snippet
Signed-off-by: Aidan Delaney <[email protected]>
1 parent 0cd2720 commit e8a4480

File tree

1 file changed

+1
-1
lines changed
  • katacoda/scenarios/buildpack-author-guide

1 file changed

+1
-1
lines changed

katacoda/scenarios/buildpack-author-guide/caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ else
165165
# Determine if there has been a gem dependency change and install new gems to the bundler layer; re-using existing and un-changed gems
166166
echo "---> Installing gems"
167167
mkdir -p "$bundlerlayer"
168-
cat > "$layersdir/bundler.toml" << EOL
168+
cat >> "$layersdir/bundler.toml" << EOL
169169
[metadata]
170170
checksum = "$local_bundler_checksum"
171171
EOL

0 commit comments

Comments
 (0)