Skip to content

Commit 0954735

Browse files
committed
Escape the dash
1 parent 80947c3 commit 0954735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-ghe-detect-leaked-ssh-keys.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ begin_test "ghe-detect-leaked-ssh-keys check -h dispays help message"
2525
(
2626
set -e
2727

28-
ghe-detect-leaked-ssh-keys -h | grep "--help"
28+
ghe-detect-leaked-ssh-keys -h | grep "\-\-help"
2929
)
3030
end_test
3131

0 commit comments

Comments
 (0)