From 84c79fe3b0b0f14ebf3cc51ad338af2a40532f0e Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Wed, 20 Feb 2019 15:59:47 -0500 Subject: [PATCH] Correct file paths in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e6e0c98..54467a2 100644 --- a/Makefile +++ b/Makefile @@ -31,8 +31,8 @@ ALIAS_LIVE := @live.live ALIAS_TEST := @test.test SRV_TEST := root@elizabeth.mayfirst.org SRV_LIVE := $(SRV_TEST) -FILES_LIVE := /home/family_home_live/files -FILES_TEST := /home/family_home_test/files +FILES_LIVE := /home/agaric_live/files +FILES_TEST := /home/agaric_test/files ECHO := $(if $(TEST),@echo) synclivetotest: ##@Targets Sync live environment to test (pass TEST=true to echo commands) $(ECHO) drush -y $(ALIAS_TEST) sql-drop