From b2989f549cc7b45027081dd3450bef81bbdf0e4a Mon Sep 17 00:00:00 2001 From: Nikita Fedyashev Date: Thu, 13 Jun 2013 13:40:54 +0600 Subject: [PATCH] Fix typo --- app/models/notification_services/gtalk_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/notification_services/gtalk_service.rb b/app/models/notification_services/gtalk_service.rb index 170cc93..5ea7510 100644 --- a/app/models/notification_services/gtalk_service.rb +++ b/app/models/notification_services/gtalk_service.rb @@ -36,7 +36,7 @@ class NotificationServices::GtalkService < NotificationService end def url - "http://www.google.com/talk/" || service_url + service_url || "http://www.google.com/talk/" end def create_notification(problem) -- libgit2 0.21.2