Skip to content

Commit

Permalink
Skip asdf reshim on mise
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed Jan 28, 2024
1 parent 5ec7aa6 commit 8767e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mstrap/runtimes/node.cr
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module MStrap
yield
ensure
ENV.delete("ASDF_SKIP_RESHIM")
runtime_exec "asdf", ["reshim", "nodejs"]
runtime_exec "asdf", ["reshim", "nodejs"] if runtime_manager.name == "asdf"
end
end
end
Expand Down

0 comments on commit 8767e80

Please sign in to comment.