mirror of https://github.com/docker/docs.git
generic: minor logging update
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
parent
b3a0a4a882
commit
85dac5440a
|
@ -91,7 +91,7 @@ func (d *Driver) SetConfigFromFlags(flags drivers.DriverOptions) error {
|
|||
}
|
||||
|
||||
func (d *Driver) Create() error {
|
||||
log.Infof("Copying SSH key...")
|
||||
log.Infof("Importing SSH key...")
|
||||
|
||||
if err := utils.CopyFile(d.SSHKey, d.sshKeyPath()); err != nil {
|
||||
return fmt.Errorf("unable to copy ssh key: %s", err)
|
||||
|
|
Loading…
Reference in New Issue