diff --git a/config/deploy.rb b/config/deploy.rb index c76c82a..37b8683 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true set :application, 'rialto-airflow' -set :repo_url, 'https://github.com/sul-dlss-labs/rialto-airflow.git' +set :repo_url, 'https://github.com/sul-dlss-labs/rialto-airflow' # Default branch is :master ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp