Skip to content

Commit a31dcc4

Browse files
disable lint error
1 parent 8e95d5b commit a31dcc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/dep_updaters/update-openssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ main() {
174174
* )
175175
echo "unknown command: $1"
176176
help 1
177-
exit 1
177+
exit 1 # shellcheck disable=SC2317
178178
;;
179179
esac
180180
}

0 commit comments

Comments
 (0)