From 55e4c3de71188797e9420d87ff093683174c3f90 Mon Sep 17 00:00:00 2001 From: Danny Ben Shitrit Date: Mon, 14 Jul 2025 13:32:12 +0300 Subject: [PATCH] fix typo in execute_spec --- test/execute_spec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/execute_spec.sh b/test/execute_spec.sh index fbb0527..fe2a705 100755 --- a/test/execute_spec.sh +++ b/test/execute_spec.sh @@ -7,7 +7,7 @@ describe "op " approve "op hello" cd ../../ - context "when the approved command exits wiuth non zero" + context "when the approved command exits with non zero" it "continues execution and stores exit code" cd ./fixtures/basic approve "op nocommand"