From 853b3d46ed034fe962c13d1139d93eccf338e48d Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Tue, 3 Mar 2020 18:02:52 +0300 Subject: [PATCH] update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 636df16..06d95fc 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ else endif clone_prestashop: - @cd $(ROOT_DIR)/.. && git clone https://github.com/PrestaShop/PrestaShop + @cd $(ROOT_DIR)/../ && git clone https://github.com/PrestaShop/PrestaShop setup_apache: composer @bash $(PRESTASHOP_DIR)/travis-scripts/setup-php-fpm.sh