Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 7d5ceb6

Browse files
authored
Merge pull request #494 from zappy-shu/fix-cnab-simple-example-upgrade-cmd
Fix example cnab-simple upgrade command in readme
2 parents 008d0e3 + 55c76c0 commit 7d5ceb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cnab-simple/README.md

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $ docker-app status hello
4444
Upgrade the installation, demonstrating setting parameters:
4545

4646
```console
47-
$ docker-app upgrade--set port=9876 --set text="hello DockerCon EU"
47+
$ docker-app upgrade --set port=9876 --set text="hello DockerCon EU" hello
4848
```
4949

5050
Uninstall the application installation:

0 commit comments

Comments
 (0)