Commit 9156f219 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Typo dans le YML produit.

parent 30419818
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -13,7 +13,7 @@ $versions = array_map(function($v) {
return substr($v, 3, 3);
}, $cli_packages);
echo "php_packages:";
echo "php_packages:\n";
foreach($versions as $version) {
fputs(STDERR, "\nProcessing PHP ${version}\n");
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment