Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
script/fmt: prefix rubocop version with "Rubocop"
This makes it obvious what those mysterious numbers are.
  • Loading branch information
parkr committed Jul 26, 2016
1 parent 30e34a7 commit 4b476f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/fmt
@@ -1,3 +1,3 @@
#!/bin/sh
bundle exec rubocop --version
#!/bin/bash
echo "Rubocop $(bundle exec rubocop --version)"
bundle exec rubocop -D $@

0 comments on commit 4b476f7

Please sign in to comment.