mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Format shell scripts with shfmt
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
if bundle check &>/dev/null && (bundle list | grep rubocop &>/dev/null); then
|
||||
if bundle check &> /dev/null && (bundle list | grep rubocop &> /dev/null); then
|
||||
exec bundle exec rubocop "$@"
|
||||
else
|
||||
exec rubocop "$@"
|
||||
|
||||
Reference in New Issue
Block a user