Skip to content

Commit

Permalink
Merge pull request #98 from Gusymochis/patch-1
Browse files Browse the repository at this point in the history
Fix Format of replicated command
  • Loading branch information
dexhorthy authored Feb 28, 2020
2 parents 03507ba + 08d3f9c commit 14df41f
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 14df41f

Please sign in to comment.