From 25cafa317547916179b462b233d649333ec6ceed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Molinero=20Fern=C3=A1ndez?= Date: Sat, 21 Nov 2020 21:40:46 +0100 Subject: [PATCH] Typo --- packer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/Makefile b/packer/Makefile index 4823516..90e66f9 100644 --- a/packer/Makefile +++ b/packer/Makefile @@ -33,7 +33,7 @@ $(PACKER_HCLOUD_OUT): '$(PACKER)' build -force -only=hcloud.main '$(PACKER_WORK_DIR)' 2>&1 | tee '$(PACKER_HCLOUD_OUT)' .PHONY: build-digitalocean -build-hcloud: $(PACKER_DIGITALOCEAN_OUT) +build-digitalocean: $(PACKER_DIGITALOCEAN_OUT) $(PACKER_DIGITALOCEAN_OUT): mkdir -p '$(dir $(PACKER_DIGITALOCEAN_OUT))'