Skip to content

Commit 7319ac6

Browse files
lmajanogithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent d84ae73 commit 7319ac6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

commands/coldbox/create/app.cfc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@ component extends="coldbox-cli.models.BaseCommand" {
171171
// Prepare defaults on box.json so we remove template based ones
172172
command( "package set" )
173173
.params(
174-
name : arguments.name,
175-
slug : variables.formatterUtil.slugify( arguments.name ),
176-
version : "1.0.0",
177-
location: "forgeboxStorage",
178-
ignore : "[]",
174+
name : arguments.name,
175+
slug : variables.formatterUtil.slugify( arguments.name ),
176+
version : "1.0.0",
177+
location : "forgeboxStorage",
178+
ignore : "[]",
179179
description: "A ColdBox Application created with the ColdBox CLI"
180180
)
181181
.run();

0 commit comments

Comments
 (0)