Skip to content

Commit

Permalink
Fixing bot name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Umang Chouhan committed Sep 27, 2013
1 parent d0e5d39 commit d9abf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade.coffee
Expand Up @@ -14,7 +14,7 @@ module.exports = (robot) ->

command = 'cd /var/www/hubot/current/scripts && git pull origin master && forever restart 0'

msg.send 'Goodbye, cruel world... Hello. My name is O.B. I know kung fu.'
msg.send 'Goodbye, cruel world... Hello. My name is Bumble. B. I know kung fu.'
@exec command, (error, stdout, stderr) ->
msg.send error if error
msg.send stdout if stdout
Expand Down

0 comments on commit d9abf0d

Please sign in to comment.