Skip to content

Commit 30d81a9

Browse files
Merge pull request #1057 from dAnjou/fix-1056
Fix instruction in s2i create README template
2 parents a5a7714 + 9310b68 commit 30d81a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/create/templates/readme.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Running the application image is as simple as invoking the docker run command:
8383
Rebuilding the application using the saved artifacts can be accomplished using the following command:
8484
` +
8585
"```\n" +
86-
"s2i build --incremental=true test/test-app nginx-centos7 nginx-app\n" +
86+
"s2i build --incremental=true test/test-app {{.ImageName}} {{.ImageName}}-app\n" +
8787
"---> Restoring build artifacts...\n" +
8888
"---> Building and installing application from source...\n" +
8989
"```\n" +

0 commit comments

Comments
 (0)