From 1a668a17b6c6800d0475828b9c00b46a21361567 Mon Sep 17 00:00:00 2001 From: Matt Ehrnschwender Date: Mon, 5 Aug 2024 16:57:54 -0400 Subject: [PATCH] Formatting --- Payload_Type/thanatos/agent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Payload_Type/thanatos/agent/Makefile b/Payload_Type/thanatos/agent/Makefile index 0814ed0..5b5d3b9 100644 --- a/Payload_Type/thanatos/agent/Makefile +++ b/Payload_Type/thanatos/agent/Makefile @@ -3,7 +3,7 @@ CARGO = cargo GENCONFIG = ../genconfig GRCOV = grcov GENHTML = genhtml -JSON_CONFIG ?= config.json +JSON_CONFIG ?= config.json ### Invoked targets ###