Fix a typo made in the previous commit

This commit is contained in:
parazyd 2018-03-13 20:32:11 +01:00
parent a6a8838d20
commit b2d36cd499
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ image_format_partitions() {
esac
# default to ext4
[[ -z "$rootfs"]] && rootfs=ext4
[[ -z "$rootfs" ]] && rootfs=ext4
case "$rootfs" in
none)