Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
standardize the arguments for styleguidekits
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Aug 30, 2016
1 parent 43fbf65 commit 39e12c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ module.exports = function (grunt) {
pl.help();
}

if (arg && arg === "starterkit-list") {
if (arg && arg === "liststarterkits") {
pl.liststarterkits();
}

if (arg && arg === "starterkit-load") {
if (arg && arg === "loadstarterkit") {
pl.loadstarterkit(argv.kit);
}

Expand Down

0 comments on commit 39e12c6

Please sign in to comment.