Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/controllers/SetupController.php
Original file line number Diff line number Diff line change
@@ -147,7 +147,7 @@ function() use ($packageJsonNodeVersion, &$defaultNodeVersion) {
]);
}

$output = "# Craft Cloud configuration file`\n";
$output = "# Craft Cloud configuration file\n";
$output .= "# https://craftcms.com/knowledge-base/cloud-config\n";
$output .= Yaml::dump($config, 20, 2);

0 comments on commit d007391

Please sign in to comment.