Skip to content

Commit

Permalink
remove bundle exec wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartin-tech committed Nov 10, 2023
1 parent 96dce15 commit 8919dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8919dff

Please sign in to comment.