Skip to content

Commit

Permalink
Update PullDependencies.java
Browse files Browse the repository at this point in the history
fixed a typo.
  • Loading branch information
segmentationtree authored Jul 6, 2017
1 parent 7b370f9 commit f97e4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/src/main/java/io/druid/cli/PullDependencies.java
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public class PullDependencies implements Runnable

@Option(
name = {"-r", "--remoteRepository"},
title = "Add a remote repository. Unless --no-default-remote-repositories is provided, this will be used after https://repo1.maven.org/maven2/",
title = "Add a remote repository. Unless --no-default-remote-repositories is provided, these will be used after https://repo1.maven.org/maven2/",
required = false
)
List<String> remoteRepositories = Lists.newArrayList();
Expand Down

0 comments on commit f97e4ef

Please sign in to comment.