We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1d72d commit b681028Copy full SHA for b681028
samples/zephyr/test-compile.go
@@ -18,7 +18,7 @@ import (
18
"os/exec"
19
"path"
20
21
- "github.com/JuulLabs-OSS/mcuboot/samples/zephyr/mcutests"
+ "github.com/mcu-tools/mcuboot/samples/zephyr/mcutests"
22
)
23
24
var outFile = flag.String("out", "test-images.zip", "Name of zip file to put built tests into")
0 commit comments