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."
|
puts "Please provide a filepath in the projects data dir named github_usernames.txt with one username per line."
|
||||||
else
|
else
|
||||||
puts "Now importing GithubUsers"
|
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}"
|
puts "Now importing data from the following usernames: #{usernames}"
|
||||||
bulk_insert(username_hashes)
|
bulk_insert(username_hashes)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue