aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Gemfile.lock2
-rw-r--r--Makefile7
2 files changed, 5 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 82237f8..5a8fa1a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -86,7 +86,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
- rexml (3.4.2)
+ rexml (3.4.3)
rouge (4.6.0)
safe_yaml (1.0.5)
sass-embedded (1.92.1-arm64-darwin)
diff --git a/Makefile b/Makefile
index 109d908..fc79eba 100644
--- a/Makefile
+++ b/Makefile
@@ -21,12 +21,13 @@ maintenance: ruby
@git_status="$$( git status --porcelain=v1 )" && \
if [ -z "$$git_status" ]; then \
- true ; \
+ true; \
elif [ "$$git_status" = ' M Gemfile.lock' ]; then \
git commit -am 'bump dependencies' && \
- git push -q ; \
+ git push -q && \
+ git rev-parse HEAD; \
else \
- echo ; \
+ echo; \
echo '-----------------------------------------------------------------'; \
echo 'Error: unrecognized modifications in the repository:'; \
echo "$$git_status"; \