Pārlūkot izejas kodu

fix: Status message (#95)

Kroese 1 gadu atpakaļ
vecāks
revīzija
803af6dbe0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/install.sh

+ 1 - 1
src/install.sh

@@ -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)