Skip to content

Commit 4ab1cd9

Browse files
authored
chore: fix shellcheck (#2004)
1 parent 9a61a42 commit 4ab1cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ echoerr() {
130130
echo "$@" 1>&2
131131
}
132132

133-
#shellcheck disable=SC2317
133+
#shellcheck disable=SC2329
134134
log_prefix() {
135135
echo "$0"
136136
}

0 commit comments

Comments
 (0)