Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 214a00f

Browse files
committed
switch to pulling main skeleton project branch
1 parent 455f355 commit 214a00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python3_pip_skeleton/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def replace_text(text: str) -> str:
8787
# will do the wrong thing
8888
shutil.rmtree(git_tmp / "src", ignore_errors=True)
8989
# Merge in the skeleton commits
90-
git_tmp("pull", SKELETON, "skeleton")
90+
git_tmp("pull", SKELETON, "main")
9191
# Move things around
9292
git_tmp("mv", "src/python3_pip_skeleton", f"src/{package}")
9393
git_tmp("mv", "tests/test_dls_python3_skeleton.py", f"tests/test_{package}.py")

0 commit comments

Comments
 (0)