diff --git a/hook.go b/hook.go index ee9e5df..70b8310 100644 --- a/hook.go +++ b/hook.go @@ -339,7 +339,7 @@ func (h *Hook) getDownloadURL(c *credentials) string { return "" } - fmt.Println(runtime.GOOS) + h.Log.Debug("OS is: %s", runtime.GOOS) if runtime.GOOS == "windows" { u, err := url.ParseRequestURI(fmt.Sprintf("%s/v1/deployment/installer/agent/windows/defaukt/latest", apiURL))