script/fmt: prefix rubocop version with "Rubocop"
This makes it obvious what those mysterious numbers are.
This commit is contained in:
parent
30e34a72c0
commit
4b476f70e6
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
bundle exec rubocop --version
|
||||
#!/bin/bash
|
||||
echo "Rubocop $(bundle exec rubocop --version)"
|
||||
bundle exec rubocop -D $@
|
||||
|
|
Loading…
Reference in New Issue