Skip to content

Commit

Permalink
Issue #675: M.remove_path is now quiet when performing a dependency c…
Browse files Browse the repository at this point in the history
…heck
  • Loading branch information
Robert McLay committed Nov 12, 2023
1 parent 217c9da commit 1a06901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MC_DependencyCk.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ M.prereq = MainControl.quiet
M.prereq_any = MainControl.quiet
M.purge = MainControl.quiet
M.pushenv = MainControl.quiet
M.remove_path = MainControl.setenv_env
M.remove_path = MainControl.quiet
M.remove_property = MainControl.quiet
M.report = MainControl.quiet
M.setenv = MainControl.setenv_env
Expand Down

0 comments on commit 1a06901

Please sign in to comment.