From 9b34ce69315bf9ef19eb5f64f50ea6fcf2ba4ef6 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Mon, 5 Jun 2017 21:36:37 -0500 Subject: [PATCH] wrong variable --- bootstrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrapper.sh b/bootstrapper.sh index 4d40f231..733169b2 100755 --- a/bootstrapper.sh +++ b/bootstrapper.sh @@ -58,7 +58,7 @@ fi # Make sure that packages.config exist. if [ ! -f "$PACKAGES_CONFIG" ]; then - if [ ! -f "$PACKAGES_CONFIG" ]; then + if [ ! -f "$CAKE_PACKAGES_CONFIG" ]; then echo "Downloading packages.config..." curl -Lsfo "$PACKAGES_CONFIG" http://cakebuild.net/download/bootstrapper/packages if [ $? -ne 0 ]; then