Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #209 from sul-dlss/immutable-constants
Browse files Browse the repository at this point in the history
Rubocop likes it's constants frozen
  • Loading branch information
tingulfsen committed Jul 25, 2018
2 parents 8aeb662 + 72ece0b commit c9caefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/ci.rake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This tells Jettywrapper where to download from
ZIP_URL = 'https://github.com/sul-dlss/fcrepo3-jetty/archive/master.zip'
ZIP_URL = 'https://github.com/sul-dlss/fcrepo3-jetty/archive/master.zip'.freeze

desc 'Run Continuous Integration Suite (tests, coverage, docs)'
task ci: [:rubocop] do
Expand Down

0 comments on commit c9caefd

Please sign in to comment.