Skip to content

Commit ee920fb

Browse files
committed
Fix
1 parent 05932ef commit ee920fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

issue-bot/src/Console/DownloadCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
141141
}
142142
}
143143

144-
$output->writeln(Json::encode([$matrix]));
144+
$output->writeln(Json::encode($matrix));
145145

146146
return 0;
147147
}

0 commit comments

Comments
 (0)