Skip to content

Commit

Permalink
fix: Disk message (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Jan 25, 2024
1 parent 675aa5e commit 9e12498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/disk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ createDisk() {
fi

html "Creating a $DISK_DESC image..."
info "Creating a $DISK_TYPE $DISK_DESC image in $DISK_FMT format with a size of $DISK_SPACE..."
info "Creating a $DISK_SPACE $DISK_TYPE $DISK_DESC image in $DISK_FMT format..."

local FAIL="Could not create a $DISK_TYPE $DISK_FMT $DISK_DESC image of $DISK_SPACE ($DISK_FILE)"

Expand Down

0 comments on commit 9e12498

Please sign in to comment.