Fixing typo
This commit is contained in:
committed by
GitHub
parent
7099238f15
commit
509d1ac086
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user