From df4d69a9053dec956114ff3aac2c064564c0ad61 Mon Sep 17 00:00:00 2001 From: pauhull Date: Thu, 2 Nov 2023 16:02:41 +0100 Subject: [PATCH] ci: fix e2e tests for Windows --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index bfd54d50..492c857e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,6 +1,6 @@ NAME=hcloud -ifeq ($(OS), "Windows_NT") +ifeq ($(OS), Windows_NT) BINARY?=packer-plugin-${NAME}.exe PACKER_PLUGIN_PATH?=%APPDATA%\packer.d\plugins else