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

Commit 55c76c0

Browse files
committed
Fix example cnab-simple upgrade command in readme
Signed-off-by: Nick Adcock <[email protected]>
1 parent 008d0e3 commit 55c76c0

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)