diff --git a/scripts/cijobs.pl b/scripts/cijobs.pl index ef0c0808c6..21c750d6d4 100755 --- a/scripts/cijobs.pl +++ b/scripts/cijobs.pl @@ -237,7 +237,7 @@ sub appveyor { } } $job{'line'} = $line; - if($_ =~ /^ - APPVEYOR_BUILD_WORKER_IMAGE: \"(.*)\"/) { + if($_ =~ /^ APPVEYOR_BUILD_WORKER_IMAGE: \"(.*)\"/) { $job{'image'}= $1; } elsif($_ =~ /^ BUILD_SYSTEM: (.*)/) {