From d1d15e8655b3da3eb4fae612b3122afd53153366 Mon Sep 17 00:00:00 2001 From: computermouth Date: Wed, 24 Aug 2016 17:34:50 -0700 Subject: [PATCH] Fix pocketchip option --- chip-local-flash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chip-local-flash.sh b/chip-local-flash.sh index 796d0af..9171acb 100755 --- a/chip-local-flash.sh +++ b/chip-local-flash.sh @@ -76,7 +76,7 @@ function dl_check { rm -rf img-$DL_FLAVOR-$DL_METHOD* if [[ "${DL_FLAVOR}" == "pocket" || "${DL_FLAVOR}" == "pocket-next" ]]; then - aws s3 cp s3://opensource.nextthing.co/chippian/$DL_DIST/img-$DL_FLAVOR-$DL_METHOD.tar.gz . || exit 1 + aws s3 cp s3://opensource.nextthing.co/chippian/rootfs/img-$DL_FLAVOR-$DL_METHOD.tar.gz . || exit 1 else wget opensource.nextthing.co/chippian/$DL_DIST/img-$DL_FLAVOR-$DL_METHOD.tar.gz|| exit 1 fi