소스 검색

fix: Status message (#95)

Kroese 1 년 전
부모
커밋
803af6dbe0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)