From 6827c1bd5677244a3b6787a0d4b2c0b95202258d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcus=20Thelander=20Andr=C3=A9n?=
 <marcus.thelander_andren@control.lth.se>
Date: Thu, 11 Apr 2019 17:24:31 +0200
Subject: [PATCH] Updated flashing script

---
 util/flash_BB.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/flash_BB.sh b/util/flash_BB.sh
index d8ececa..af7a7a2 100755
--- a/util/flash_BB.sh
+++ b/util/flash_BB.sh
@@ -23,7 +23,7 @@ printf "${GREEN}Bundling...${NC}\n\n"
 for (( i=0; i<${#packages[@]}; i++ )); do
   {
     printf "${BLUE}    * ${packages[$i]}${NC}\n"
-    cp -r ../../${packages[$i]} ${BASEDIR}/juliapackages
+    cp -r ../../../${packages[$i]} ${BASEDIR}/juliapackages
   } || {
     printf "${BLUE}WARNING.${NC} Could not bundle package ${packages[$i]}${NC}\n"
     flag=false
-- 
GitLab