Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
frasdav committed Dec 20, 2023
1 parent 92f6194 commit d048336
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tasks/SheriffPlan/SheriffPlanV0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tasks/SheriffPlan/SheriffPlanV0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sheriff-plan-task",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"scripts": {
"test": "run-p test:*",
Expand Down
3 changes: 2 additions & 1 deletion tasks/SheriffPlan/SheriffPlanV0/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ async function run() {
[
'plan',
mode,
configDir ? `--config-dir ${configDir}` : '',
configDir ? '--config-dir' : '',
configDir,
'--subscription-id',
subscriptionId,
],
Expand Down

0 comments on commit d048336

Please sign in to comment.