aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-12 20:33:48 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-12 20:33:48 +0500
commitf7c279b18051139bf274c583a80dd4aacc6cb83e (patch)
treefc8ea50dc67c4b26c8fcfde886e2d197a1857116
parentMakefile: serve on all interfaces (diff)
downloadegor-tensin.github.io-f7c279b18051139bf274c583a80dd4aacc6cb83e.tar.gz
egor-tensin.github.io-f7c279b18051139bf274c583a80dd4aacc6cb83e.zip
Makefile: fix accidental failures
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 43b6dbc..7009083 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ all: serve
.PHONY: ruby
ruby:
- command -v rbenv && rbenv install --skip-existing
+ if command -v rbenv &> /dev/null; then rbenv install --skip-existing; fi
.PHONY: deps
deps: ruby