Skip to content

Commit 9dc6913

Browse files
riteshharjanimpe
authored andcommitted
root-disks/Makefile: Update the rootdisk path to use raw path
Update the rootdisk path to use raw path instead of /blob/ Signed-off-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
1 parent f41fcbc commit 9dc6913

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

root-disks/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ define wget
2424
endef
2525

2626
define wget_lbt
27-
$(call wget,$(1),"https://github.com/groeck/linux-build-test/blob/8891968937a86214dbddfdbd98e43a0519402a80/rootfs/$(2)?raw=true")
27+
$(call wget,$(1),"https://github.com/groeck/linux-build-test/raw/8891968937a86214dbddfdbd98e43a0519402a80/rootfs/$(2)")
2828
endef
2929

3030
ppc64-rootfs.cpio.gz: ppc64-novsx-rootfs.cpio.gz

0 commit comments

Comments
 (0)