Fix syntax error which caused the master build to fail

This commit is contained in:
Maria Bermudez 2019-04-22 18:16:45 -06:00
parent 964ce19005
commit c8d69feb3e
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ recommended for that system.
To create a DTR backup, load your UCP client bundle, and run the following
chained commands:
{% raw %}
```none
DTR_VERSION=$(docker container inspect $(docker container ps -f name=dtr-registry -q) | \
grep -m1 -Po '(?<=DTR_VERSION=)\d.\d.\d'); \