Skip to content

Commit d1c7da9

Browse files
committed
Oops, builder requires a string value
1 parent 2348a6e commit d1c7da9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/build_all.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Mojo::File qw/path/;
99

1010
GetOptions(
11-
'builder' => \my $builder,
11+
'builder=s' => \my $builder,
1212
'push' => \my $push,
1313
'no_cache|no-cache' => \my $no_cache,
1414
'workers=i' => \my $workers,

0 commit comments

Comments
 (0)