Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyates committed Jan 31, 2024
1 parent 230aca1 commit b4097a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/imap/backup/cli/restore.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def run
raise "Missing EMAIL parameter"
when !email && options.key?(:accounts)
Logger.logger.info(
"Calling restore with the --account option is deprected, " \
"Calling restore with the --account option is deprecated, " \
"please pass a single EMAIL parameter"
)
requested_accounts(config).each { |a| restore(a) }
Expand Down

0 comments on commit b4097a6

Please sign in to comment.