mirror of https://github.com/wh1te909/rmmagent.git
remove extra line
This commit is contained in:
parent
3218680e46
commit
bfc440862d
|
@ -62,7 +62,6 @@ func (a *WindowsAgent) Install(i *Installer) {
|
||||||
i.SaltMaster = u.Host
|
i.SaltMaster = u.Host
|
||||||
}
|
}
|
||||||
|
|
||||||
i.SaltMaster = u.Host
|
|
||||||
a.Logger.Debugln("Salt Master:", i.SaltMaster)
|
a.Logger.Debugln("Salt Master:", i.SaltMaster)
|
||||||
|
|
||||||
baseURL := u.Scheme + "://" + u.Host
|
baseURL := u.Scheme + "://" + u.Host
|
||||||
|
|
Loading…
Reference in New Issue