Skip to content

Commit

Permalink
Comment out some installs
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Oct 7, 2024
1 parent 92a99f8 commit 1eaa2bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/m/mepo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Check failure on line 27 in Formula/m/mepo.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/LeadingCommentSpace: Missing space after `#`.

Check failure on line 27 in Formula/m/mepo.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Layout/LeadingCommentSpace: Missing space after `#`.
#zsh_completion.install "etc/mepo-completion.bash"

Check failure on line 28 in Formula/m/mepo.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/LeadingCommentSpace: Missing space after `#`.

Check failure on line 28 in Formula/m/mepo.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Layout/LeadingCommentSpace: Missing space after `#`.

# 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"

Check failure on line 32 in Formula/m/mepo.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/LeadingCommentSpace: Missing space after `#`.

Check failure on line 32 in Formula/m/mepo.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Layout/LeadingCommentSpace: Missing space after `#`.
end

test do
Expand Down

0 comments on commit 1eaa2bf

Please sign in to comment.