Commit 26ce833a authored by James Lopez's avatar James Lopez

typo

parent ef571354
...@@ -54,7 +54,7 @@ class FixNoValidatableImportUrl < ActiveRecord::Migration ...@@ -54,7 +54,7 @@ class FixNoValidatableImportUrl < ActiveRecord::Migration
def up def up
unless defined?(Addressable::URI::InvalidURIError) unless defined?(Addressable::URI::InvalidURIError)
say('Skipping cleaning up invalid import URLs as class from Addressable iss missing') say('Skipping cleaning up invalid import URLs as class from Addressable is missing')
return return
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment