Skip to content

Commit

Permalink
Added hubot.username to kandan.rake Fixes #165
Browse files Browse the repository at this point in the history
  • Loading branch information
fusion94 committed Mar 2, 2013
1 parent 0877f00 commit 59739d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tasks/kandan.rake
Original file line number Diff line number Diff line change
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 59739d1

Please sign in to comment.