Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
cdupuis committed Apr 22, 2017
1 parent bd9c99d commit b5ae56b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void validate(Settings settings, CommandLine commandLine,
case "repositories":
if (!settings.getConfigValue(Settings.GIHUB_TOKEN_KEY, String.class).isPresent()) {
throw new CommandException(
"No token configured. Please run repositories login before running this command.",
"No token configured. Please run the login command before running this command.",
"repositories configure");
}
break;
Expand Down

0 comments on commit b5ae56b

Please sign in to comment.