From 9ee6ac9e532ac7eb66a800d78644016763cf277f Mon Sep 17 00:00:00 2001 From: Selamanse Date: Tue, 9 Oct 2018 13:03:49 +0200 Subject: [PATCH] Fix spacing --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 2f7b1687..13e708c8 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -33,7 +33,7 @@ waitforservice() { installnode(){ - if [ $DEBIAN_ISSUE == "stretch"]; then + if [ $DEBIAN_ISSUE == "stretch" ]; then sudo apt-get install -y nodejs else sudo apt-get install -y npm