summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing/releasing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing/releasing.md b/docs/contributing/releasing.md
index 0c32c45..0fb0f3e 100644
--- a/docs/contributing/releasing.md
+++ b/docs/contributing/releasing.md
@@ -17,7 +17,7 @@ Then create a release branch:
```
git clone git@github.com:argoproj-labs/argocd-image-updater.git
-git branch -b release-0.13
+git checkout -b release-0.13
git push origin release-0.13
```