Merge pull request #350 from lang710/fixSpelling

fix a spelling error
This commit is contained in:
Kubernetes Prow Robot
2019-09-15 00:30:38 -07:00
committed by GitHub
+1 -1
View File
@@ -144,7 +144,7 @@ func (ins *Instance) RunCommand(cmd string) ssh.Result {
return ssh.Run(cmd, ins.ExternalIP, ins.SshUser, ins.SshKey)
}
// PushFile pushs a local file to a GCE instance.
// PushFile pushes a local file to a GCE instance.
func (ins *Instance) PushFile(srcPath, destPath string) error {
if ins.ExternalIP == "" {
ins.populateExternalIP()