Fix vertical spacing
This commit is contained in:
parent
191f407f5c
commit
ef4817d644
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue