summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6551f6d07..b2fb50edc 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ dist: | build-server build-client go-test package
dist-local: | start-docker dist
dist-travis: | travis-init build-container
- mv $(DIST_PATH)/config/config.json.bak $(DIST_PATH)/config/config.json;
+ mv -f $(DIST_PATH)/config/config.json.bak $(DIST_PATH)/config/config.json;
start-docker:
@echo Starting docker containers