From a75d92252ee2985b207e633de5649067b8ba179f Mon Sep 17 00:00:00 2001 From: v4n <105587619+v4n00@users.noreply.github.com> Date: Sat, 21 Jun 2025 11:46:11 +0300 Subject: [PATCH] fix: list verbose mode not crashing --- h2mm | 4 ++-- version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/h2mm b/h2mm index ecd21b4..258ef5c 100755 --- a/h2mm +++ b/h2mm @@ -1,7 +1,7 @@ #!/usr/bin/env bash -VERSION="0.6.0" +VERSION="0.6.1" # --- Globals --- @@ -1053,7 +1053,7 @@ function mod_list() { printf "%2s. [%s%s%s/%s%s%s] %s %s\n", mod_index, STATUS_COLOR, mod_status, NC, MOD_TYPE_COLOR, mod_type, NC, mod_name, mod_version; if (verbose == "true") { gsub(/ /,"\n -> ", mod_files); - if (mod_id != "") printf " => Nexus mod ID: %s / Nexus file ID: %s\n", mod_id; + if (mod_id != "") printf " => Nexus mod ID: %s\n", mod_id; printf " -> %s\n", mod_files; } }' "$DB_FILE" diff --git a/version b/version index a918a2a..ee6cdce 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.6.0 +0.6.1