From e3daccafb15bb320bb87e1edc6ecf54dfdd562b6 Mon Sep 17 00:00:00 2001 From: Xeniac Date: Thu, 12 Aug 2021 18:26:41 +0200 Subject: [PATCH] FIXED: Small Typo in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c34d859..5c5b10e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -ASSESTS=requirements static +ASSETS=requirements static DEV_REQUIREMENTS=requirements/development.txt DJANGO_SETTINGS_MODULE="kasu.settings" EXCLUDE_FILES=*.pyc @@ -35,7 +35,7 @@ requirements_remote: sync_assets: @echo "Syncing project assets ..." - rsync -qr --copy-links --delete ${ASSESTS} ${SSH_LOGIN}:~/ + rsync -qr --copy-links --delete ${ASSETS} ${SSH_LOGIN}:~/ sync_src: @echo "Syncing Sourcecode ..."