summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-04 02:59:29 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-04 02:59:29 -0300
commit07b2abb404d5fdc50567cb19ed5633116f575249 (patch)
tree9d9a7a1d940429fa0e6ee9fcce42e4cba9cc422a /client
parent11d2c6a557a92288dc08b58863254c6e08b36eb9 (diff)
downloadtools-07b2abb404d5fdc50567cb19ed5633116f575249.tar.gz
tools-07b2abb404d5fdc50567cb19ed5633116f575249.tar.bz2
tools-07b2abb404d5fdc50567cb19ed5633116f575249.tar.xz
tools-07b2abb404d5fdc50567cb19ed5633116f575249.zip
Update Makefile
Diffstat (limited to 'client')
-rwxr-xr-xclient/minimap-dyecmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/minimap-dyecmd.py b/client/minimap-dyecmd.py
index 9a396eb..01ed0f2 100755
--- a/client/minimap-dyecmd.py
+++ b/client/minimap-dyecmd.py
@@ -14,5 +14,5 @@ for c in map_names:
f.write("dyecmd %s tmp ; mv tmp %s\n" % (i, i))
f.write("echo \"Converted "+i+" successfully.\"\n")
-f.write("git checkout -- minimap-dyecmd.sh")
+f.write("echo \"\" > minimap-dyecmd.sh")
f.close()