Fixing syntax for DTR upgrade command

Added missing colon between `dtr_repo` and `dtr_version`
This commit is contained in:
Jordan Anderson 2017-08-16 10:52:08 -04:00 committed by Joao Fernandes
parent 6045501313
commit 362c0f8815
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ nodes if upgrading offline), run the upgrade command:
```none
$ docker run -it --rm \
{{ page.dtr_org }}/{{ page.dtr_repo }}{{ page.dtr_version }} upgrade \
{{ page.dtr_org }}/{{ page.dtr_repo }}:{{ page.dtr_version }} upgrade \
--ucp-insecure-tls
```