lib/octokit/repository.rb in octokit-4.13.0 vs lib/octokit/repository.rb in octokit-4.14.0

- old
+ new

@@ -86,10 +86,10 @@ end end def raise_invalid_repository!(repo) msg = "#{repo.inspect} is invalid as a repository identifier. " + - "Use the repo/user (String) format, or the repository ID (Integer), or a hash containing :repo and :user keys." + "Use the user/repo (String) format, or the repository ID (Integer), or a hash containing :repo and :user keys." raise Octokit::InvalidRepository, msg end end end