We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0877f00 commit 59739d1Copy full SHA for 59739d1
lib/tasks/kandan.rake
@@ -81,6 +81,7 @@ namespace :kandan do
81
82
hubot = User.new
83
hubot.email = "[email protected]"
84
+ hubot.username = "hubot"
85
hubot.first_name = "Hubot"
86
hubot.last_name = "vonGithubben"
87
hubot.password = password if hubot.respond_to?("password=".to_sym)
0 commit comments