Skip to content

Commit e370a64

Browse files
fix: wrong checkout command in documentation (#894)
Signed-off-by: Pasha Kostohrys <pavel@codefresh.io>
1 parent 77198fa commit e370a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Then create a release branch:
1717

1818
```
1919
git clone git@github.com:argoproj-labs/argocd-image-updater.git
20-
git branch -b release-0.13
20+
git checkout -b release-0.13
2121
git push origin release-0.13
2222
```
2323

0 commit comments

Comments
 (0)