diff options
author | B. Watson <yalhcru@gmail.com> | 2016-01-08 16:44:04 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2016-01-08 16:44:04 -0500 |
commit | 98113b5a15a8c3e012e2337aed17815d8c3f66c5 (patch) | |
tree | e2ab6f9ec393f7a1ea26ce2c5978f2845f04d9f6 | |
parent | 22e83eb9053edb1813349e707b2679c015a51c8b (diff) | |
download | taipan-98113b5a15a8c3e012e2337aed17815d8c3f66c5.tar.gz |
fixed derping in push.sh
-rw-r--r-- | push.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ # and print the short git hash (for copy/pasting into irc). # "naptime" is a shell script that you don't have :) -git push && $MAKE distclean all || exit 1 +git push && make distclean all || exit 1 URL="$( naptime taipan.xex)" REV="$( git rev-parse --short HEAD )" |