aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/users.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/users.rake b/lib/tasks/users.rake
index 15c76a240..cc2f17103 100644
--- a/lib/tasks/users.rake
+++ b/lib/tasks/users.rake
@@ -30,7 +30,7 @@ namespace :users do
end
user.save if user.changed?
- puts "✓ user #{user.name} has been updated" unless Rails.env.test?
+ puts "✓ user #{user.username} has been updated" unless Rails.env.test?
end
end
end