Skip to content

Commit

Permalink
quote to appease shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jun 21, 2022
1 parent 4037d30 commit 1eeb66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/zsh/rubofix.zsh
@@ -1,7 +1,7 @@
# fix rubocop errors automatically
function rubofix() {
TOPLEVEL="$(git rev-parse --show-toplevel)"
git diff --name-status $(git rev-parse origin/master)...$(git rev-parse HEAD) \
git diff --name-status "$(git rev-parse origin/master)...$(git rev-parse HEAD)" \
| grep -vE '^D' \
| grep -E '.rb$' \
| cut -c 3- \
Expand Down

0 comments on commit 1eeb66a

Please sign in to comment.