Fix vertical spacing

This commit is contained in:
DanHam 2018-03-23 14:01:15 +00:00
parent 191f407f5c
commit ef4817d644
1 changed files with 1 additions and 1 deletions

View File

@ -460,8 +460,8 @@ func (p *Provisioner) createCommandTextNonPrivileged() (command string, err erro
func getWinRMPassword() string { func getWinRMPassword() string {
winRMPass, _ := commonhelper.RetrieveSharedState("winrm_password") winRMPass, _ := commonhelper.RetrieveSharedState("winrm_password")
return winRMPass return winRMPass
} }
func (p *Provisioner) createCommandTextPrivileged() (command string, err error) { func (p *Provisioner) createCommandTextPrivileged() (command string, err error) {
// Prepare everything needed to enable the required env vars within the remote environment // Prepare everything needed to enable the required env vars within the remote environment
envVarPath, err := p.prepareEnvVars(true) envVarPath, err := p.prepareEnvVars(true)