Skip to content

Commit ad1d23c

Browse files
committed
fix(chore): missed one
1 parent 6d2bdd3 commit ad1d23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('TerraformDataExtractor Test', async () => {
2121
'--breakdown': false,
2222
'--apply': false,
2323
'--use-plan': true,
24-
'-file': 'test-plan.json',
24+
'--file': 'test-plan.json',
2525
};
2626
const mainCli = new MainCli(argResults, 'test-project');
2727
const extractor = new TerraformDataExtractor(mainCli);

0 commit comments

Comments
 (0)