From b1ce3d47e625b491714854789e23ea25a751d06c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Thu, 3 Nov 2016 22:25:47 +0100 Subject: [PATCH] Fix broken if for Nikola install --- common/configure_fresh_system | 1 - 1 file changed, 1 deletion(-) diff --git a/common/configure_fresh_system b/common/configure_fresh_system index 4885a51f..c5bb9f70 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -187,7 +187,6 @@ if [[ -z $NOPYTHON3 ]]; then fi echo "Installing Nikola" $SUDO $PIP install pygments-style-solarized ws4py watchdog webassets Nikola - fi fi if [[ -z $USER ]]; then