Skip to content

Commit

Permalink
Merge pull request #166 from fusion94/kandan-165
Browse files Browse the repository at this point in the history
Added hubot.username to kandan.rake Fixes #165
  • Loading branch information
jrgifford committed Mar 3, 2013
2 parents 8160c94 + 59739d1 commit ca181a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tasks/kandan.rake
Expand Up @@ -81,6 +81,7 @@ namespace :kandan do

hubot = User.new
hubot.email = "hubot@kandanapp.com"
hubot.username = "hubot"
hubot.first_name = "Hubot"
hubot.last_name = "vonGithubben"
hubot.password = password if hubot.respond_to?("password=".to_sym)
Expand Down

0 comments on commit ca181a8

Please sign in to comment.