Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Update default branch references from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Jan 8, 2021
1 parent b0b0010 commit de49152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Travis](https://img.shields.io/travis/sul-dlss/rialto-etl.svg)](https://travis-ci.org/sul-dlss/rialto-etl)
[![Maintainability](https://api.codeclimate.com/v1/badges/ada551c43bfa26ab534d/maintainability)](https://codeclimate.com/github/sul-dlss/rialto-etl/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/ada551c43bfa26ab534d/test_coverage)](https://codeclimate.com/github/sul-dlss/rialto-etl/test_coverage)
[![Documentation](https://inch-ci.org/github/sul-dlss/rialto-etl.svg?branch=master)](https://inch-ci.org/github/sul-dlss/rialto-etl)
[![Documentation](https://inch-ci.org/github/sul-dlss/rialto-etl.svg?branch=main)](https://inch-ci.org/github/sul-dlss/rialto-etl)
[![API](http://img.shields.io/badge/API-docs-blue.svg)](http://rubydoc.info/gems/rialto-etl)
[![Apache 2.0 License](http://img.shields.io/badge/APACHE2-license-blue.svg)](./LICENSE)

Expand Down
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set :application, 'rialto-etl'
set :repo_url, 'https://github.com/sul-dlss/rialto-etl.git'

# Default branch is :master
# Default branch is :main
ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp

# Default deploy_to directory is /var/www/my_app_name
Expand Down

0 comments on commit de49152

Please sign in to comment.