Skip to content

Commit

Permalink
ci: fix e2e tests for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
phm07 committed Nov 2, 2023
1 parent 05deee8 commit df4d69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit df4d69a

Please sign in to comment.