Skip to content

Commit

Permalink
correct for new flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jun 21, 2022
1 parent c829745 commit 4037d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/zsh/rubofix.zsh
Expand Up @@ -6,5 +6,5 @@ function rubofix() {
| grep -E '.rb$' \
| cut -c 3- \
| sed "s|^|$TOPLEVEL/|g" \
| xargs rubocop --auto-correct
| xargs rubocop --autocorrect
}

0 comments on commit 4037d30

Please sign in to comment.