Skip to content

Commit

Permalink
fix: Status message (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 25, 2024
1 parent 990159f commit 803af6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ buildImage() {
local out="$TMP/$label.tmp"
rm -f "$out"

local msg="Generating updated ISO image..."
local msg="Updating ISO image..."
info "$msg" && html "$msg"

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

0 comments on commit 803af6d

Please sign in to comment.