Skip to content

Commit 21a293e

Browse files
authored
Setting filemode to false
1 parent 50c4a16 commit 21a293e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
username=config.github.username,
3333
password=config.github.token,
3434
repo_name=repo.full_name)
35-
Repo.clone_from(repo_url, repo_dir)
35+
Repo.clone_from(repo_url, repo_dir, multi_options=["--config core.filemode=false"])
3636
log.cloned(repo.name)
3737
# else we need to pull the new contents
3838
else:

0 commit comments

Comments
 (0)