Skip to content

Commit 3592535

Browse files
heliocastrotsteenbe
authored andcommitted
fix(examples): Remove invalid option
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
1 parent 8b3d52e commit 3592535

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

examples/npm-mime-types-2.1.26-scan-result.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16431,7 +16431,6 @@
1643116431
"type" : "PROVENANCE_BASED"
1643216432
}
1643316433
},
16434-
"create_missing_archives" : true,
1643516434
"detected_license_mapping" : { },
1643616435
"file_list_storage" : {
1643716436
"file_storage" : null,
@@ -187420,4 +187419,4 @@
187420187419
"advisor" : null,
187421187420
"evaluator" : null,
187422187421
"resolved_configuration" : { }
187423-
}
187422+
}

src/orthw/commands/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def init(target_url: str) -> int | Container:
111111
112112
Examples:
113113
114-
orthw init https://raw.githubusercontent.com/oss-review-toolkit/orthw/main/examples/npm-mime-types-2.1.26-scan-result.json
114+
orthw init https://raw.githubusercontent.com/tsteenbe/orthw-python/main/examples/npm-mime-types-2.1.26-scan-result.json
115115
116116
orthw init file:///home/ort-user/ort-project/orthw/examples/npm-mime-types-2.1.26-scan-result.json
117117
""",

0 commit comments

Comments
 (0)