Skip to content

Commit 1c598a1

Browse files
committed
updated specfile location.
1 parent 050b3dc commit 1c598a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/copy_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def main(bucket_name: str, repo_name: str):
2525

2626
root_dir = Path.cwd().parents[1]
2727
json_file = root_dir / f"{repo_name}.json"
28-
dst_json_file = root_dir / "spec.json"
28+
dst_json_file = root_dir / "utils/scripts/spec.json"
2929

3030
print(json_file)
3131

0 commit comments

Comments
 (0)