diff options
| author | pasha-codefresh <pavel@codefresh.io> | 2024-10-23 14:54:51 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-23 07:54:51 -0400 |
| commit | e370a644fcc8580aed78804c49fae17472420c71 (patch) | |
| tree | e0cd751bc1d7ef34f599667d1bc12376c6f3bf84 /docs | |
| parent | 77198faace32a10e816044d7c834758fc7614b2d (diff) | |
fix: wrong checkout command in documentation (#894)
Signed-off-by: Pasha Kostohrys <pavel@codefresh.io>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/contributing/releasing.md | 2 |
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 ``` |
