From 033ce4f6f62f8e83d30ac2ac9a943b6deb67105c Mon Sep 17 00:00:00 2001 From: "Art.Cathain" Date: Wed, 18 Sep 2024 13:58:44 +0000 Subject: [PATCH] fix --- Mythic_CLI/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Mythic_CLI/Makefile b/Mythic_CLI/Makefile index 12fb2826..cf733639 100644 --- a/Mythic_CLI/Makefile +++ b/Mythic_CLI/Makefile @@ -1,3 +1,4 @@ +BINARY_NAME=mythic-cli LOCAL_PATH=$(shell pwd) BUILDER_IMAGE=ghcr.io/its-a-feature/mythic_cli:v3.3.0.14 .PHONY: default