Skip to content

Commit b681028

Browse files
committed
samples: zephyr: Fix URL in test compilation
This reference to the old Juul URL got missed. Fix it as well. Signed-off-by: David Brown <david.brown@linaro.org>
1 parent de1d72d commit b681028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/zephyr/test-compile.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"os/exec"
1919
"path"
2020

21-
"github.com/JuulLabs-OSS/mcuboot/samples/zephyr/mcutests"
21+
"github.com/mcu-tools/mcuboot/samples/zephyr/mcutests"
2222
)
2323

2424
var outFile = flag.String("out", "test-images.zip", "Name of zip file to put built tests into")

0 commit comments

Comments
 (0)