Skip to content

Commit

Permalink
Update install.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees authored Mar 28, 2024
1 parent 2f628de commit 13adf56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def main() -> int:
fd.write(_ACTIVATE_SH)
if sys.platform != "win32":
_exe(f'chmod +x {activate_sh}')
_exe(f'git add {activate_sh} --chmod=+x')
_exe(f'git add {activate_sh} --chmod=+x', check=False)



Expand Down

0 comments on commit 13adf56

Please sign in to comment.