Skip to content

Commit 95f99a5

Browse files
disable lint error
1 parent a31dcc4 commit 95f99a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/dep_updaters/update-openssl.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ main() {
174174
* )
175175
echo "unknown command: $1"
176176
help 1
177-
exit 1 # shellcheck disable=SC2317
177+
# shellcheck disable=SC2317
178+
exit 1
178179
;;
179180
esac
180181
}

0 commit comments

Comments
 (0)