Skip to content

Commit b0d7383

Browse files
(CI) add bl as short for blacklist
1 parent 66113b2 commit b0d7383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/install.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ do
2323
--ssh-key=* )
2424
SSH_KEY="${i#*=}" ;;
2525

26-
--blacklist=* )
26+
--bl=* | --blacklist=* )
2727
BLACKLIST="${BLACKLIST:+$BLACKLIST }${i#*=}" ;;
2828

2929
* )

0 commit comments

Comments
 (0)