Skip to content

Commit

Permalink
fix: update scss autofix cmd name
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-bc committed Mar 30, 2023
1 parent 4991e6f commit de977a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/stencil.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ program
.command('pull', 'Pulls currently active theme config files and overwrites local copy')
.command('download', 'Downloads all the theme files')
.command('debug', 'Prints environment and theme settings for debug purposes')
.command('scss autofix', 'Prints environment and theme settings for debug purposes')
.command('scss-autofix', 'Prints environment and theme settings for debug purposes')
.parse(process.argv);

0 comments on commit de977a4

Please sign in to comment.