Fix typo in 'clone with commit-msg hook' command
Change-Id: Ib468ac175db49352b5b66c5c53d15893ab66ba7b
This commit is contained in:
@@ -121,7 +121,7 @@ public abstract class DownloadCommandLink extends Anchor implements ClickHandler
|
|||||||
private final Project.NameKey project;
|
private final Project.NameKey project;
|
||||||
|
|
||||||
public CloneWithCommitMsgHookCommandLink(Project.NameKey project) {
|
public CloneWithCommitMsgHookCommandLink(Project.NameKey project) {
|
||||||
super(DownloadCommand.CHECKOUT, "clone with commmit-msg hook");
|
super(DownloadCommand.CHECKOUT, "clone with commit-msg hook");
|
||||||
this.project = project;
|
this.project = project;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user