Fix gparted error message

This commit is contained in:
Jeremy Gardais 2022-02-01 11:22:12 +01:00
parent 1cb1fc0ff5
commit a86359dc4e
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ main() { # {{{
# If gparted_version is empty {{{ # If gparted_version is empty {{{
# Exit with error # Exit with error
is_var_empty "${gparted_version}" \ is_var_empty "${gparted_version}" \
&& error_message "Memtest version variable is empty" 6 && error_message "Gparted version variable is empty" 6
# }}} # }}}
# Create diagnostic tools directory and config file # Create diagnostic tools directory and config file