mirror of
https://github.com/docker/docs.git
synced 2026-03-30 07:48:52 +07:00
generic: minor logging update
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user