diff --git a/Makefile b/Makefile index eefc0fd2..b20cb9cb 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ lint: .PHONY: e2e-test e2e-test: windows_exporter.exe - powershell -NonInteractive -ExecutionPolicy Bypass -File .\tools\end-to-end-test.ps1 + pwsh -NonInteractive -ExecutionPolicy Bypass -File .\tools\end-to-end-test.ps1 fmt: gofmt -l -w -s .