We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1f018 commit b9847e1Copy full SHA for b9847e1
tools/tidos_updater.py
@@ -31,7 +31,7 @@ def updater():
31
mn = raw_input(O+' [#] Update? '+R+'(Y/n) :> '+O)
32
if mn == 'Y' or mn == 'y':
33
print GR+' [*] Updating...'
34
- os.system('git pull && git commit -m "Merged"')
+ os.system('cd .. && git pull && git update-index --assume-unchanged tools/tidos_updater.py && git commit -m "Merged"')
35
elif mn == 'n' or mn == 'N':
36
print R+' [-] Okay... Not updated!\n'
37
else:
0 commit comments