summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b2fb50edc..5d28f9a2c 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 -f $(DIST_PATH)/config/config.json.bak $(DIST_PATH)/config/config.json;
+ sudo mv -f $(DIST_PATH)/config/config.json.bak $(DIST_PATH)/config/config.json;
start-docker:
@echo Starting docker containers