Skip to content

Commit bb02c8b

Browse files
committed
Fix linting rule
1 parent 643aff8 commit bb02c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/release

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

44
# COLORS
55
OFF='\033[0m'

0 commit comments

Comments
 (0)