Skip to content

Commit db6989b

Browse files
Update cli.py (#88)
Put the report in the right place
1 parent 63d2a19 commit db6989b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/screwdrivercd/installdeps

src/screwdrivercd/installdeps/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def main(): # pragma: no cover
6767

6868
# Make sure the report directory exists
6969
artifacts_dir = os.environ.get('SD_ARTIFACTS_DIR', '')
70-
report_dir = os.path.join(artifacts_dir, 'reports/type_validation')
70+
report_dir = os.path.join(artifacts_dir, 'reports/installdeps')
7171
report_filename = os.path.join(report_dir, 'installdeps.json')
7272
create_artifact_directory(report_dir)
7373

0 commit comments

Comments
 (0)