Skip to content

Commit

Permalink
Merge 394580b into 91f69ce
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Jan 8, 2021
2 parents 91f69ce + 394580b commit 314d8b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.com/sul-dlss/wasapi-downloader.svg?branch=master)](https://travis-ci.com/sul-dlss/wasapi-downloader)
[![Coverage Status](https://coveralls.io/repos/github/sul-dlss/wasapi-downloader/badge.svg?branch=master)](https://coveralls.io/github/sul-dlss/wasapi-downloader?branch=master)
[![Build Status](https://travis-ci.com/sul-dlss/wasapi-downloader.svg?branch=main)](https://travis-ci.com/sul-dlss/wasapi-downloader)
[![Coverage Status](https://coveralls.io/repos/github/sul-dlss/wasapi-downloader/badge.svg?branch=main)](https://coveralls.io/github/sul-dlss/wasapi-downloader?branch=main)
[![GitHub version](https://badge.fury.io/gh/sul-dlss%2Fwasapi-downloader.svg)](https://badge.fury.io/gh/sul-dlss%2Fwasapi-downloader)

# wasapi-downloader
Expand Down
2 changes: 1 addition & 1 deletion config/deploy.rb
@@ -1,7 +1,7 @@
set :application, 'wasapi-downloader'
set :repo_url, "https://github.com/sul-dlss/#{fetch(:application)}.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 314d8b7

Please sign in to comment.