Skip to content

Commit

Permalink
Add support for hwc buildback
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-dt committed Sep 5, 2024
1 parent 521b1c3 commit a936290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit a936290

Please sign in to comment.