upd: api.module.release (make output when @step given consistent from when not given)

This commit is contained in:
xdrm-brackets 2017-12-10 23:37:52 +01:00
parent 8344ad73f2
commit 617dc8c825
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
exec($js[$project]['cmd'][$step], $stdout); exec($js[$project]['cmd'][$step], $stdout);
/* (2.3) Dispatch output */ /* (2.3) Dispatch output */
return [ $js[$project]['cmd'][$step] => $stdout ]; return [ 'stdout' => [ $js[$project]['cmd'][$step] => $stdout ] ];
} }