Skip to content

Commit

Permalink
Fix CLI
Browse files Browse the repository at this point in the history
I accidentally broke it in 6b6c7cf
  • Loading branch information
zachahn committed Dec 8, 2024
1 parent cb4591a commit 1967af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exe/disqualified
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
require_relative "../lib/disqualified"
require_relative "../lib/disqualified/cli"

cli = Disqualified::CLI.new
cli = Disqualified::CLI.new(ARGV)
cli.run

0 comments on commit 1967af3

Please sign in to comment.