Skip to content

Commit a7f565f

Browse files
authored
tools: fix failing lint-sh workflow
PR-URL: #56995 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
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

Lines changed: 2 additions & 0 deletions
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)