From 843f1c26e73fbe1b2ac44daf269f0f1155e0bb4a Mon Sep 17 00:00:00 2001 From: Ben Partridge Date: Thu, 28 Nov 2019 16:30:35 +1100 Subject: [PATCH] Revert "Redirect all logs to dev/null when running pipenv sync" This reverts commit 14465e259f3e6643b8f63e035660eb841996f2fa. --- bin/install-ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install-ansible b/bin/install-ansible index 6d3d349..d50f943 100755 --- a/bin/install-ansible +++ b/bin/install-ansible @@ -21,7 +21,7 @@ export PATH=/usr/local/bin:$PATH pip3 install pipenv echo "Installing ansible and dependencies..." -PIPENV_HIDE_EMOJIS=1 pipenv sync 2>1 >/dev/null +PIPENV_HIDE_EMOJIS=1 pipenv sync >/dev/null if [[ $1 == "--dev" ]]; then pipenv sync --dev