From e370a644fcc8580aed78804c49fae17472420c71 Mon Sep 17 00:00:00 2001 From: pasha-codefresh Date: Wed, 23 Oct 2024 14:54:51 +0300 Subject: fix: wrong checkout command in documentation (#894) Signed-off-by: Pasha Kostohrys --- docs/contributing/releasing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 ``` -- cgit v1.2.3