lib/nexus_cli/errors.rb in nexus_cli-0.8.1 vs lib/nexus_cli/errors.rb in nexus_cli-0.8.2

- old
+ new

@@ -125,10 +125,10 @@ status_code(113) end class RepositoryNotFoundException < NexusCliError def message - "The repository you requested information could not be found. Please ensure the repository exists." + "The repository you provided could not be found. Please ensure the repository exists." end status_code(114) end class UnexpectedStatusCodeException < NexusCliError \ No newline at end of file