Commit d12b7c91 authored by Peter Dave Hello's avatar Peter Dave Hello

Unify indentation in shell scripts

parent 7a533749
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
gemfile_lock_changed() { gemfile_lock_changed() {
if [ -n "$(git diff --name-only -- Gemfile.lock)" ]; then if [ -n "$(git diff --name-only -- Gemfile.lock)" ]; then
cat << EOF cat <<EOF
Gemfile was updated but Gemfile.lock was not updated. Gemfile was updated but Gemfile.lock was not updated.
Usually, when Gemfile is updated, you should run Usually, when Gemfile is updated, you should run
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment