diff --git a/lib/tasks/biomolecule_toolkit.rake b/lib/tasks/biomolecule_toolkit.rake index 1743c97d6..53949583b 100644 --- a/lib/tasks/biomolecule_toolkit.rake +++ b/lib/tasks/biomolecule_toolkit.rake @@ -10,7 +10,7 @@ namespace :biomolecule_toolkit do team = Team.find(args[:team_id]) BmtRepository.transaction do - repository = BmtRepository.create!(name: 'Molecules', team: team, created_by: team.created_by) + repository = BmtRepository.create!(name: 'Biomolecule registry', team: team, created_by: team.created_by) attributes.each do |attribute| repository.repository_columns.create!(name: attribute['name'], data_type: 'RepositoryTextValue',