Skip to content

Commit 86beb42

Browse files
authored
Remove unused arg (#2484)
1 parent 183bd9a commit 86beb42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.mise/tasks/lint/links-in-modified-files.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ set -e
55

66
#USAGE flag "--base <base>" help="base branch to compare against (default: origin/main)" default="origin/main"
77
#USAGE flag "--head <head>" help="head branch to compare against (empty for local changes) (default: empty)" default=""
8-
#USAGE flag "--event <event>" help="event name (default: pull_request)" default="pull_request"
98

109
if [ "$usage_head" = "''" ]; then
1110
usage_head=""

0 commit comments

Comments
 (0)