Skip to content

Commit de977a4

Browse files
committed
fix: update scss autofix cmd name
1 parent 4991e6f commit de977a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/stencil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ program
1616
.command('pull', 'Pulls currently active theme config files and overwrites local copy')
1717
.command('download', 'Downloads all the theme files')
1818
.command('debug', 'Prints environment and theme settings for debug purposes')
19-
.command('scss autofix', 'Prints environment and theme settings for debug purposes')
19+
.command('scss-autofix', 'Prints environment and theme settings for debug purposes')
2020
.parse(process.argv);

0 commit comments

Comments
 (0)