We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84ae73 commit 7319ac6Copy full SHA for 7319ac6
commands/coldbox/create/app.cfc
@@ -171,11 +171,11 @@ component extends="coldbox-cli.models.BaseCommand" {
171
// Prepare defaults on box.json so we remove template based ones
172
command( "package set" )
173
.params(
174
- name : arguments.name,
175
- slug : variables.formatterUtil.slugify( arguments.name ),
176
- version : "1.0.0",
177
- location: "forgeboxStorage",
178
- ignore : "[]",
+ name : arguments.name,
+ slug : variables.formatterUtil.slugify( arguments.name ),
+ version : "1.0.0",
+ location : "forgeboxStorage",
+ ignore : "[]",
179
description: "A ColdBox Application created with the ColdBox CLI"
180
)
181
.run();
0 commit comments