Skip to content

Commit

Permalink
Fix rebase conflicts: settings -> osf_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cslzchen committed Jul 27, 2022
1 parent e430c2e commit c472c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osf/migrations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
OSF_PREPRINTS_PROVIDER_DATA = {
'_id': 'osf',
'name': 'Open Science Framework',
'domain': settings.DOMAIN,
'domain': osf_settings.DOMAIN,
'share_publish_type': 'Preprint',
'domain_redirect_enabled': False,
}

OSF_REGISTRIES_PROVIDER_DATA = {
'_id': 'osf',
'name': 'OSF Registries',
'domain': settings.DOMAIN,
'domain': osf_settings.DOMAIN,
'share_publish_type': 'Registration',
'domain_redirect_enabled': False,
}
Expand Down

0 comments on commit c472c2d

Please sign in to comment.