aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fc79eba..96b4270 100644
--- a/Makefile
+++ b/Makefile
@@ -24,8 +24,7 @@ maintenance: ruby
true; \
elif [ "$$git_status" = ' M Gemfile.lock' ]; then \
git commit -am 'bump dependencies' && \
- git push -q && \
- git rev-parse HEAD; \
+ git push -q; \
else \
echo; \
echo '-----------------------------------------------------------------'; \