Skip to content

Commit 62a692f

Browse files
pasha-codefreshTchoupinax
authored andcommitted
fix: wrong checkout command in documentation (#894)
Signed-off-by: Pasha Kostohrys <[email protected]> Signed-off-by: Tchoupinax <[email protected]>
1 parent ade616b commit 62a692f

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 [email protected]: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)