Skip to content

Commit

Permalink
uhh don't know what I was thinking about there
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed Jan 28, 2024
1 parent c6ffdee commit 7925991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mstrap/runtime_managers/mise.cr
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module MStrap
end

cmd_args = ["exec"] + exec_args + ["--", command]
cmd_args += args unless !args
cmd_args += args if args

if command && (!args || args.empty?)
cmd "mise #{cmd_args.join(' ')}", quiet: true
Expand Down

0 comments on commit 7925991

Please sign in to comment.