summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-01-21 13:24:05 -0500
committerChristopher Speller <crspeller@gmail.com>2016-01-21 13:24:05 -0500
commit21af702cd1ad99afeff0e3053098a8fc956f8756 (patch)
treeb4e0d92a366774c280d6dc0a5db0ed1764131b03 /Makefile
parent840967f062a2e9303c54197a1c0bba9d6739c5d6 (diff)
downloadchat-21af702cd1ad99afeff0e3053098a8fc956f8756.tar.gz
chat-21af702cd1ad99afeff0e3053098a8fc956f8756.tar.bz2
chat-21af702cd1ad99afeff0e3053098a8fc956f8756.zip
Sudo
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