From e7de2ce6bceeba2275cb85009e535b84694a1444 Mon Sep 17 00:00:00 2001 From: Tyler Battle Date: Fri, 16 Nov 2018 17:29:50 -0800 Subject: [PATCH] Correct typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb7ba44c9..b7b795040 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ refresh_repo: # This is destructive. It will delete any modifications in ./deps git checkout -- mapstory git submodule update --init --recursive -refresh_deploy: refresh_repo make down up # This is also destructive. +refresh_deploy: refresh_repo build down up # This is also destructive. logs: ${dco} logs -f