Skip to content

Commit

Permalink
Fixing quotes again
Browse files Browse the repository at this point in the history
  • Loading branch information
marcleblanc2 committed Feb 20, 2024
1 parent 5d01aa0 commit c07050a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo-converter/build/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ def main():
parse_args()
set_logging()

cmd_git_cfg_safe_directory = ["git", "config", "--system", "--add", "safe.directory", "'*'"]
cmd_git_cfg_safe_directory = ["git", "config", "--system", "--add", "safe.directory", "*"]
subprocess_run(cmd_git_cfg_safe_directory)

logging.debug("Multiprocessing module using start method: " + multiprocessing.get_start_method())
Expand Down

0 comments on commit c07050a

Please sign in to comment.