diff --git a/hook.go b/hook.go index 20c3d72..a9b88b4 100644 --- a/hook.go +++ b/hook.go @@ -90,7 +90,7 @@ func (h *Hook) AfterCompile(stager *libbuildpack.Stager) error { // Download installer... - installerFilePath := filepath.Join(os.TempDir(), "paasInstaller.sh") + installerFilePath := filepath.Join(os.TempDir(), "paasInstaller.exe") url := h.getDownloadURL(creds) h.Log.Info("Downloading '%s' to '%s'", url, installerFilePath)