diff --git a/lib/functions/image/partitioning.sh b/lib/functions/image/partitioning.sh index 9a8f4ef77..5cfaa42be 100644 --- a/lib/functions/image/partitioning.sh +++ b/lib/functions/image/partitioning.sh @@ -239,7 +239,7 @@ function prepare_partitions() { fi # No 'size' argument means "expand as much as possible" echo "$rootpart : name=\"rootfs\", start=${next}MiB, type=${type}" - fi + fi } ) # Output the partitioning options from above to the debug log first and then pipe it into the 'sfdisk' command