Skip to content

Commit 5d2106d

Browse files
Add comment
1 parent 7047091 commit 5d2106d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ async function dockerfile(dockerfilePath, versionOpt, latestVersion) {
274274
process.exit(1)
275275
}
276276

277+
// Replaces the version placeholders
277278
await patching.update(dockerfilePath, data => {
278279
return data.replace('<MATCHSTICK_VERSION>', versionOpt || latestVersion)
279280
})

0 commit comments

Comments
 (0)