lib/trav3/error/invalid_repository.rb in trav3-0.4.1 vs lib/trav3/error/invalid_repository.rb in trav3-0.5.0
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
module Trav3
class InvalidRepository < StandardError
def message
- "The repository format was invlaid.
+ "The repository format was invalid.
You must either provide the digit name for the repository,
or `user/repo` or `user%2Frepo` as the name."
end
end
end