Skip to content

Commit

Permalink
Fix Format of replicated command
Browse files Browse the repository at this point in the history
Use spaces instead of `=` character for replicated release command.
  • Loading branch information
Gusymochis authored Feb 12, 2020
1 parent 7bc18af commit 08d3f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fi
curl -sSL "$INSTALL_SCRIPT" > install.sh
sudo bash ./install.sh

cat replicated.yaml | replicated release create --yaml - --promote=Unstable --version "$VERSION"
cat replicated.yaml | replicated release create --yaml - --promote Unstable --version "$VERSION"
# Channel ee9d99e87b4a5acc2863f68cb2a0c390 successfully set to release 15
```

Expand Down

0 comments on commit 08d3f9c

Please sign in to comment.