Skip to content

Commit

Permalink
Merge branch 'copier' of github.com:GenevieveBuckley/napari-plugin-te…
Browse files Browse the repository at this point in the history
…mplate into copier
  • Loading branch information
GenevieveBuckley committed Nov 2, 2023
2 parents 76e32e8 + 95dfd7b commit 563109d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def initialize_new_repository(
# Ensure full reqd/write/execute permissions for .git files
if os.name == 'nt': # if on Windows OS
# Avoid permission denied errors on Github Actions CI
subprocess.run(["attrib", "-h", "+r", "+w", "+x", ".git", "/s", "/d"])
subprocess.run(["attrib", "-h", "rr", ".git", "/s", "/d"])

if install_precommit is True:
# try to install and update pre-commit
Expand Down

0 comments on commit 563109d

Please sign in to comment.