Skip to content

Commit 862316c

Browse files
oyvindronningstadgalak
authored andcommitted
init-git.sh: Update url for tf-m
Signed-off-by: Øyvind Rønningstad <[email protected]>
1 parent bb15a51 commit 862316c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init-git.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MCUBOOT_GIT_SHA=v1.6.0
66
PSA_ARCH_TESTS_GIT_SHA=v20.03_API1.0
77

88
if [ ! -d trusted-firmware-m/.git ]; then
9-
git clone https://git.trustedfirmware.org/trusted-firmware-m.git -b ${TFM_GIT_SHA} --bare trusted-firmware-m/.git
9+
git clone https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git -b ${TFM_GIT_SHA} --bare trusted-firmware-m/.git
1010
cd trusted-firmware-m
1111
git init
1212
git checkout -f

0 commit comments

Comments
 (0)