summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-01-21 12:38:28 -0500
committerChristopher Speller <crspeller@gmail.com>2016-01-21 12:38:28 -0500
commit840967f062a2e9303c54197a1c0bba9d6739c5d6 (patch)
treebfefa2d92452f121113d64ad464670d1b853bfc7 /Makefile
parent1a9c01287c3921f10a6037d50fe2f08a2ae30d09 (diff)
downloadchat-840967f062a2e9303c54197a1c0bba9d6739c5d6.tar.gz
chat-840967f062a2e9303c54197a1c0bba9d6739c5d6.tar.bz2
chat-840967f062a2e9303c54197a1c0bba9d6739c5d6.zip
Fixing travis
Diffstat (limited to 'Makefile')
-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