- Re-introduce config migration; fix panics occurring from older configs

- Introduce boilerplate for config.json migrations

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
Nathan LeClaire 2015-07-17 18:02:02 -07:00
parent 6c928fd405
commit f589ab90e1
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ func (c *GenericClient) Authenticate(d *Driver) error {
return err
}
provider.UserAgent.Prepend(fmt.Sprintf("docker-machine/v%s", version.VERSION))
provider.UserAgent.Prepend(fmt.Sprintf("docker-machine/v%s", version.Version))
if d.Insecure {
// Configure custom TLS settings.