makelni: Fix unclosed quote

This commit is contained in:
timoxa0 2024-11-02 21:30:55 +05:00
parent ac1c6c511a
commit bb8a5520ad

View file

@ -119,6 +119,6 @@ log "Trimming image"
trim_image "$name" || _shutdown 1 trim_image "$name" || _shutdown 1
log "Creating lni image" log "Creating lni image"
lon-tool image create "$IMAGE_PATH "./out/${name}.lni" --name "$name" -v "$imgver" lon-tool image create "$IMAGE_PATH" "./out/${name}.lni" --name "$name" -v "$imgver"
log "Image build finished" log "Image build finished"