Remove trailing tabs

This commit is contained in:
Taliesin Sisson 2016-10-26 13:39:58 +01:00
parent 55353fae89
commit c88a2ef872
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ func (p *Provisioner) createFlattenedEnvVars() (flattened string, err error) {
if len(keyValue) != 2 || keyValue[0] == "" {
err = errors.New(fmt.Sprintf("Shell provisioner environment variables must be in key=value format. Currently it is '%s'", envVar))
return
}
}
envVars[keyValue[0]] = keyValue[1]
}
// Create a list of env var keys in sorted order