summaryrefslogtreecommitdiff
path: root/.devcontainer/build.sh
diff options
context:
space:
mode:
Diffstat (limited to '.devcontainer/build.sh')
-rw-r--r--.devcontainer/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/build.sh b/.devcontainer/build.sh
index 8f0d0fa9..5dcdf91d 100644
--- a/.devcontainer/build.sh
+++ b/.devcontainer/build.sh
@@ -43,7 +43,7 @@ GetGcc() {
}
GetMcuBoot() {
- git clone https://github.com/JuulLabs-OSS/mcuboot.git "$TOOLS_DIR/mcuboot"
+ git clone https://github.com/mcu-tools/mcuboot.git "$TOOLS_DIR/mcuboot"
pip3 install -r "$TOOLS_DIR/mcuboot/scripts/requirements.txt"
}