fix placeholder value

Matthew Werner 11 years ago
parent
commit
6ca382e2a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/models/agents/jabber_agent.rb

+ 1 - 1
app/models/agents/jabber_agent.rb

@@ -20,7 +20,7 @@ module Agents
20 20
         'jabber_sender'   => 'huginn@localhost',
21 21
         'jabber_receiver' => 'muninn@localhost',
22 22
         'jabber_password' => '',
23
-        'message'         => 'It will be {{temp}} out tomorrow',
23
+        'message'         => 'It will be <$.temp> out tomorrow',
24 24
         'expected_receive_period_in_days' => "2"
25 25
       }
26 26
     end