From 1eaa2bfeb92432d0438db8e54a1b34763e1ad2f3 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Mon, 7 Oct 2024 10:32:52 -0400 Subject: [PATCH] Comment out some installs --- Formula/m/mepo.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/m/mepo.rb b/Formula/m/mepo.rb index fb0b0dd..7058eee 100644 --- a/Formula/m/mepo.rb +++ b/Formula/m/mepo.rb @@ -24,12 +24,12 @@ def install virtualenv_install_with_resources # Install bash and zsh completion - bash_completion.install "etc/mepo-completion.bash" - zsh_completion.install "etc/mepo-completion.bash" + #bash_completion.install "etc/mepo-completion.bash" + #zsh_completion.install "etc/mepo-completion.bash" # Install the mepo-cd.bash and mepo-cd.zsh scripts bash_completion.install "etc/mepo-cd.bash" - zsh_completion.install "etc/mepo-cd.zsh" + #zsh_completion.install "etc/mepo-cd.zsh" end test do