Commit b681028b authored by David Brown's avatar David Brown Committed by David Brown
Browse files

samples: zephyr: Fix URL in test compilation



This reference to the old Juul URL got missed.  Fix it as well.

Signed-off-by: default avatarDavid Brown <david.brown@linaro.org>
parent de1d72d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ import (
	"os/exec"
	"path"

	"github.com/JuulLabs-OSS/mcuboot/samples/zephyr/mcutests"
	"github.com/mcu-tools/mcuboot/samples/zephyr/mcutests"
)

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