Skip to content

Commit 8e424e4

Browse files
committed
disable incorrect warning
1 parent 583e1f7 commit 8e424e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

call_host.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# shellcheck disable=SC2155
2+
# shellcheck disable=SC2155,SC2223
33

44
# check for configuration
55
CALL_HOST_CONFIG=~/.callhostrc

0 commit comments

Comments
 (0)