fix a spelling error

Signed-off-by: Lang Chi <21860405@zju.edu.cn>
This commit is contained in:
Lang Chi
2019-09-15 12:31:19 +08:00
parent aea91e385c
commit 28233337fc
+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()