script/fmt: prefix rubocop version with "Rubocop"

This makes it obvious what those mysterious numbers are.
This commit is contained in:
Parker Moore 2016-07-25 21:08:56 -07:00
parent 30e34a72c0
commit 4b476f70e6
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
bundle exec rubocop --version
#!/bin/bash
echo "Rubocop $(bundle exec rubocop --version)"
bundle exec rubocop -D $@