Skip to content

Commit

Permalink
Fixed output to be gramatically correct (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
budswa authored Jan 7, 2022
1 parent 79ae25e commit 8dbe80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 41_snapshots-btrfs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 8dbe80c

Please sign in to comment.