Merge pull request #2545 from jeis2497052/master

Propose fix a typo
pull/916/merge
Matt Rickard 2018-02-13 13:49:44 -08:00 committed by GitHub
commit a2665d0dd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ func configureAuth(p *BuildrootProvisioner) error {
return errors.Wrapf(err, "error copying %s to %s", src, dst)
}
if err := sshRunner.Copy(f); err != nil {
return errors.Wrapf(err, "transfering file to machine %v", f)
return errors.Wrapf(err, "transferring file to machine %v", f)
}
}