Commit 14822a68 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'FixShellScriptIndent' into 'master'

Unify indentation in shell scripts

See merge request gitlab-org/gitlab!32767
parents 0682da01 d12b7c91
...@@ -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