summaryrefslogtreecommitdiff
path: root/bin/style
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-05-09 21:05:28 -0600
committermo khan <mo@mokhan.ca>2021-05-09 21:05:28 -0600
commit6c100339886de690be1fa20d30acb685f00a2484 (patch)
tree39dadb5fa3476dab310f2386a7206e1bd7e15e5d /bin/style
parent656a431eee93824a30970d440cbf7e7f42c7c83e (diff)
chore: use rubocop CLI
Diffstat (limited to 'bin/style')
-rwxr-xr-xbin/style2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/style b/bin/style
index 121fb80..84c1e00 100755
--- a/bin/style
+++ b/bin/style
@@ -4,4 +4,4 @@ set -e
cd "$(dirname "$0")/.."
-bundle exec rake rubocop "$@"
+bundle exec rubocop "$@"