Skip to content

Commit

Permalink
don't use backslash in file path from script
Browse files Browse the repository at this point in the history
  • Loading branch information
elral committed Sep 21, 2023
1 parent 63d2c48 commit f20f703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_CustomDevices.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
env.Execute("git clone --depth 100 https://github.com/elral/MobiFlight-CustomDevices $PROJECT_DIR/CustomDevices")
else:
print ("Checking for Mobiflight-CustomDevices repo updates ... ")
env.Execute("git --work-tree=$PROJECT_DIR\CustomDevices --git-dir=$PROJECT_DIR\CustomDevices\.git pull origin main --depth 100")
env.Execute("git --work-tree=$PROJECT_DIR/CustomDevices --git-dir=$PROJECT_DIR/CustomDevices/.git pull origin main --depth 100")

0 comments on commit f20f703

Please sign in to comment.