nlztrk commited on
Commit
e0bcc33
1 Parent(s): 7120246

Update git_sync.py

Browse files
Files changed (1) hide show
  1. git_sync.py +1 -2
git_sync.py CHANGED
@@ -1,3 +1,2 @@
1
  import os
2
-
3
- os.system(f'git clone https://{os.environ["github_token"]}@github.com/L2-Regulasyon/Teknofest2023.git tmp && mv tmp/.git . && rm -rf tmp && git reset --hard')
 
1
  import os
2
+ os.system(f'git clone https://{os.environ["github_token"]}@github.com/L2-Regulasyon/Teknofest2023.git tmp && mv tmp/.git . && rm -rf tmp && git reset --hard')