Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler authored Sep 27, 2023
1 parent 52ad754 commit 838d277
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"modules/{REPO_SCOPE}/{repo.name}", 'zip', repo_dir)
shutil.make_archive(f"modules/{repo.name}", 'zip', repo_dir)

# Append to skeleton
meta.get("modules").append(module)
Expand Down
Empty file removed modules/gmr/.gitkeep
Empty file.
Empty file removed modules/mmar/.gitkeep
Empty file.
Empty file removed modules/mmr/.gitkeep
Empty file.

0 comments on commit 838d277

Please sign in to comment.