From 7033393d15f02885f58440f097772bac02a9d118 Mon Sep 17 00:00:00 2001 From: Tim Sedlmeyer Date: Mon, 9 Apr 2018 23:05:10 -0400 Subject: [PATCH] Correct LOGFILE typo Correct $LOGFLE to $LOGFILE --- xo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo-install.sh b/xo-install.sh index 9a8718f..f125d6b 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -72,7 +72,7 @@ function InstallDependenciesDebian { echo echo -n "Running apt-get update..." - apt-get update >/dev/null 2>$LOGFLE + apt-get update >/dev/null 2>$LOGFILE echo "done" # Install apt-transport-https and ca-certificates because of yarn https repo url