From 8919dff70929cdf468a34ec34499ca15f70e5af4 Mon Sep 17 00:00:00 2001 From: Jeffrey Martin Date: Fri, 10 Nov 2023 09:52:26 -0600 Subject: [PATCH] remove bundle exec wrapper --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7863654..38712bb 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ all: bundle binstubs --all # build the metasploit-framework package - bundle exec bin/omnibus build metasploit-framework + ruby bin/omnibus build metasploit-framework .PHONY: clean clean: