Skip to content

Commit a7f565f

Browse files
authored
tools: fix failing lint-sh workflow
PR-URL: #56995 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
1 parent 5eb6dfe commit a7f565f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/dep_updaters/update-openssl.sh

+2
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ main() {
9797
* )
9898
echo "unknown command: $1"
9999
help 1
100+
101+
# shellcheck disable=SC2317
100102
exit 1
101103
;;
102104
esac

0 commit comments

Comments
 (0)