Skip to content

Commit

Permalink
ghhggh
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler authored Sep 27, 2023
1 parent 79e28bb commit 38f2472
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def does_object_exists(repo: Repository, object_path: str) -> bool:
else:
repo_dir = f"module/{repo.name}"
Repo.clone_from(repo.clone_url, repo_dir)
shutil.make_archive(f"zips/{REPO_SCOPE}/{repo.name}", 'zip', repo_dir)
shutil.make_archive(f"modules/{REPO_SCOPE}/{repo.name}", 'zip', repo_dir)

# Append to skeleton
meta.get("modules").append(module)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 38f2472

Please sign in to comment.