Fixing typo

This commit is contained in:
Jonathan Echavarria
2017-10-16 11:10:29 -04:00
committed by GitHub
parent 7099238f15
commit 509d1ac086

View File

@@ -16,7 +16,7 @@ module Channels
res = client.notify(@config.get('beef.extension.notifications.pushover.user_key'), message)
print_error '[Notifications] Pushover notification failed' unless res.ok?
rescue Exception => e
print_error "[Notifications] Pushover notification initalization failed: '#{e.message}'"
print_error "[Notifications] Pushover notification initialization failed: '#{e.message}'"
end
end
end