Correct LOGFILE typo

Correct $LOGFLE to $LOGFILE
This commit is contained in:
Tim Sedlmeyer
2018-04-09 23:05:10 -04:00
committed by GitHub
parent c631e5f97b
commit 7033393d15

View File

@@ -72,7 +72,7 @@ function InstallDependenciesDebian {
echo echo
echo -n "Running apt-get update..." echo -n "Running apt-get update..."
apt-get update >/dev/null 2>$LOGFLE apt-get update >/dev/null 2>$LOGFILE
echo "done" echo "done"
# Install apt-transport-https and ca-certificates because of yarn https repo url # Install apt-transport-https and ca-certificates because of yarn https repo url