From 5abd862d13be2842fc17a900f33f3f445a435863 Mon Sep 17 00:00:00 2001 From: hansinikarunarathne <107214435+hansinikarunarathne@users.noreply.github.com> Date: Sat, 20 Jul 2024 13:53:24 +0530 Subject: [PATCH] checking functionalities of linting Signed-off-by: hansinikarunarathne <107214435+hansinikarunarathne@users.noreply.github.com> --- hack/synchronize-istio-cni-manifests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/synchronize-istio-cni-manifests.sh b/hack/synchronize-istio-cni-manifests.sh index 3512da2651..1f8a22c3e5 100644 --- a/hack/synchronize-istio-cni-manifests.sh +++ b/hack/synchronize-istio-cni-manifests.sh @@ -44,7 +44,7 @@ then fi # Create the branch in the manifests repository - if ! git show-ref --verify --quiet refs/heads/$BRANCH; then +if ! git show-ref --verify --quiet refs/heads/$BRANCH; then git checkout -b $BRANCH else echo "Branch $BRANCH already exists."