From b43e858b14ab6f3059dc976362739071b92f2913 Mon Sep 17 00:00:00 2001 From: Robbie Ferguson Date: Sun, 10 Aug 2025 16:11:24 +0000 Subject: [PATCH] Fix unicode hyphens --- data.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data.sh b/data.sh index 5ebbadf..a584f05 100755 --- a/data.sh +++ b/data.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash -# data.sh - per‑appliance metadata & post‑install actions +# data.sh - per-appliance metadata & post-install actions # For Baldnerd's Appliance Builder # # Usage: # ./data.sh description # print short About text (plain text) -# ./data.sh post-install # optional: run post‑install helpers (may use whiptail) +# ./data.sh post-install # optional: run post-install helpers (may use whiptail) # ./data.sh help # show available commands # # Notes: