Skip to content

Commit d0afb6f

Browse files
philschatzDantemss
andauthored
Rename ABL branch (#2358)
Co-authored-by: Dante Soares <[email protected]>
1 parent 0a1c0e3 commit d0afb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/secrets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ development:
6161
url: <%= ENV['OPENSTAX_ACCOUNTS_URL'] || 'http://localhost:2999' %>
6262
stub: <%= ActiveModel::Type::Boolean.new.cast(ENV.fetch('OPENSTAX_ACCOUNTS_STUB', true)) %>
6363
content:
64-
abl_url: <%= ENV['OPENSTAX_CONTENT_ABL_URL'] || 'https://raw.githubusercontent.com/openstax/content-manager-approved-books/master/approved-book-list.json' %>
64+
abl_url: <%= ENV['OPENSTAX_CONTENT_ABL_URL'] || 'https://raw.githubusercontent.com/openstax/content-manager-approved-books/main/approved-book-list.json' %>
6565
archive_path: <%= ENV['OPENSTAX_CONTENT_ARCHIVE_PATH'] || 'apps/archive' %>
6666
bucket_name: <%= ENV['OPENSTAX_CONTENT_BUCKET_NAME'] %>
6767
domain: <%= ENV['OPENSTAX_CONTENT_DOMAIN'] || 'openstax.org' %>

0 commit comments

Comments
 (0)