diff --git a/mpbackup b/mpbackup index efded99..9ac879d 100644 --- a/mpbackup +++ b/mpbackup @@ -55,7 +55,7 @@ def check puts("Command: #{check_command.join(' ')}") system(*check_command) if $?.exitstatus > 0 - error(1, "Checking restic repository #{ENV['RESTIC_REPOSITORY']} failed.") + error(1, "Checking restic repository failed.") end end