From d226951ba8074d49d67963195ef5916bc452a54b Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Thu, 13 Mar 2025 11:08:19 +0100 Subject: [PATCH] fixes double brackets --- kubectl-rsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubectl-rsh b/kubectl-rsh index a79117a..747e290 100755 --- a/kubectl-rsh +++ b/kubectl-rsh @@ -23,7 +23,7 @@ if [[ "$1" == "version" ]];then exit 0 fi -if [ "$1" == "--help" ]; then +if [[ "$1" == "--help" ]]; then print_help exit 0 fi