Skip to content

Commit

Permalink
Update packages/sku/lib/program/options/config/config.option.js
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Skoufis <[email protected]>
  • Loading branch information
DanDroryAu and askoufis authored Nov 27, 2024
1 parent e2e5be2 commit 4b52673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sku/lib/program/options/config/config.option.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { Option } = require('commander');
const configOption = new Option(
'-c, --config [config]',
'Path to your sku.config.js file',
'Path to your sku config file',
);

module.exports = configOption;

0 comments on commit 4b52673

Please sign in to comment.