Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2017-11-15 15:42:26 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2017-11-15 15:42:26 +0300
commit9e131dea7b88a34b02639851686e76f6213a4271 (patch)
treee56c83419ecc51ec38ed3877b2b00e8d0a72744c /Makefile
parent4d5e00bec2afcca745c2a18099bbaaad3b62fcc1 (diff)
Fix `force-ruby-bundle` make target failing for fresh installs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 07c372aa7..81b39db55 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ install: build
.PHONY: force-ruby-bundle
force-ruby-bundle:
- rm .ruby-bundle
+ rm -f .ruby-bundle
# Assembles all runtime components into a directory
# Used by the GDK: run `make assemble ASSEMBLY_ROOT=.../gitaly`