Skip to content

Commit

Permalink
move check to stack
Browse files Browse the repository at this point in the history
  • Loading branch information
GantMan committed Aug 7, 2018
1 parent 1c0d353 commit ee65d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/functions/getSolidaritySettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = async (context: SolidarityRunContext): Promise<SolidaritySettin
const options = parameters.options || {} // fix possibly undefined from gluegun
const demandedFile = options.solidarityFile || options.f
const demandedModule = options.module || options.m
const demandedCheck = options.check || options.c
const demandedCheck = options.stack || options.s

/* for now only JSON and JSON5 support
* Summary:
Expand Down

0 comments on commit ee65d6d

Please sign in to comment.