From b38f58305111ca636dfef0396eae80ab57b9eed7 Mon Sep 17 00:00:00 2001 From: willipink Date: Sat, 19 Dec 2020 10:33:53 +0000 Subject: [PATCH] run this file within pipenv --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 192d7bf..0d8942a 100755 --- a/update +++ b/update @@ -17,7 +17,7 @@ echo -n "fetching " git pull -q origin master >/dev/null echo -n "... collecting " -pipenv run python manage.py collectstatic --settings coinmanager.production_settings --no-input >/dev/null +python manage.py collectstatic --settings coinmanager.production_settings --no-input >/dev/null echo -n "... bumping " version=$(date +"%y%m%d")