Merge "Merge branch 'stable-2.7'"
This commit is contained in:
commit
3fc62772f4
@ -86,7 +86,7 @@ public abstract class DownloadCommandLink extends Anchor implements ClickHandler
|
||||
String projectName;
|
||||
String ref;
|
||||
public RepoCommandLink(String project, String ref) {
|
||||
super(DownloadCommand.REPO_DOWNLOAD, "checkout");
|
||||
super(DownloadCommand.REPO_DOWNLOAD, "repo download");
|
||||
this.projectName = project;
|
||||
this.ref = ref;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user