Skip to content

Commit f71dc8e

Browse files
authored
Merge pull request #83 from cyclejs-community/flavor-arg-fix
Default flavor arg if no flavor has been passed
2 parents ad34307 + f190b88 commit f71dc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-cycle-app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Object.keys(argv)
3434
return true
3535
})
3636

37-
const flavor = argv.flavor || false
37+
const flavor = argv.flavor || 'cycle-scripts'
3838
const verbose = argv.verbose || false
3939
const name = commands[0]
4040

0 commit comments

Comments
 (0)