Skip to content

Commit 510140e

Browse files
committed
fix typo
1 parent 0b3807f commit 510140e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ get_rootfs_tgz_filename(){
5656
tail -1
5757
}
5858
get_rootfs_tgz_url(){
59-
echo "http://dl-cdn.alpinelinux.org/alpine/edge/releases/armhf/$(get_rootfs_filename)"
59+
echo "http://dl-cdn.alpinelinux.org/alpine/edge/releases/armhf/$(get_rootfs_tgz_filename)"
6060
}
6161

6262
mount_rootfs_base(){

0 commit comments

Comments
 (0)