Skip to content

Commit

Permalink
fix: 👮
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed Feb 28, 2024
1 parent e3ac666 commit 112d8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dip/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def start(argv)
argv.unshift("run")
end

super Dip::RunVars.call(argv, ENV)
super(Dip::RunVars.call(argv, ENV))
end
end

Expand Down

0 comments on commit 112d8fe

Please sign in to comment.