From 8dbe80c0bd48cf3c2f3c228fa9867a5f78e295be Mon Sep 17 00:00:00 2001 From: budswa <64768360+budswa@users.noreply.github.com> Date: Sat, 8 Jan 2022 00:09:18 +1300 Subject: [PATCH] Fixed output to be gramatically correct (#193) --- 41_snapshots-btrfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/41_snapshots-btrfs b/41_snapshots-btrfs index a274a14..9960837 100644 --- a/41_snapshots-btrfs +++ b/41_snapshots-btrfs @@ -54,7 +54,7 @@ root_fs=$(${grub_probe} --target="fs" / 2>/dev/null) print_error() { local err_msg="$*" - local bug_report="If you think an error has occurred , please file a bug report at \" https://github.com/Antynea/grub-btrfs \"" + local bug_report="If you think an error has occurred, please file a bug report at \" https://github.com/Antynea/grub-btrfs \"" printf "%s\n" "${err_msg}" "${bug_report}" >&2 ; exit 0 }