Skip to content

Commit 803af6d

Browse files
authored
fix: Status message (#95)
1 parent 990159f commit 803af6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ buildImage() {
455455
local out="$TMP/$label.tmp"
456456
rm -f "$out"
457457

458-
local msg="Generating updated ISO image..."
458+
local msg="Updating ISO image..."
459459
info "$msg" && html "$msg"
460460

461461
size=$(du -h -b --max-depth=0 "$dir" | cut -f1)

0 commit comments

Comments
 (0)