fix typo
This commit is contained in:
parent
8ce7d5257c
commit
03cadf14d4
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class GithubUserImporter
|
|||
puts "Please provide a filepath in the projects data dir named github_usernames.txt with one username per line."
|
||||
else
|
||||
puts "Now importing GithubUsers"
|
||||
usernames = username_hashes.map {|h| h['login' }
|
||||
usernames = username_hashes.map {|h| h['login'] }
|
||||
puts "Now importing data from the following usernames: #{usernames}"
|
||||
bulk_insert(username_hashes)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue