Skip to content

Commit

Permalink
Fix windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Nov 4, 2020
1 parent dcd5c7f commit 1523a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo_helper/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def run_repo_helper(
r = Repo(gh.target_repo)

for filename in init_repo(gh.target_repo, gh.templates):
r.stage(filename)
r.stage(os.path.normpath(filename))

managed_files = gh.run()

Expand Down

0 comments on commit 1523a1a

Please sign in to comment.