diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-03 12:09:39 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-03 12:09:39 +0000 |
commit | f145ef4be75f3711c52a680b86d96568e9acf385 (patch) | |
tree | 5e90358a166062305cf41f73e541cf4744b76c4d /doc/development/shell_scripting_guide | |
parent | 544eaa90817fa8595826fbd44f37452c76b56378 (diff) | |
download | gitlab-ce-f145ef4be75f3711c52a680b86d96568e9acf385.tar.gz |
Add latest changes from gitlab-org/gitlab@masterCSTarun
Diffstat (limited to 'doc/development/shell_scripting_guide')
-rw-r--r-- | doc/development/shell_scripting_guide/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/shell_scripting_guide/index.md b/doc/development/shell_scripting_guide/index.md index 1f40a4d3200..6591a2013e9 100644 --- a/doc/development/shell_scripting_guide/index.md +++ b/doc/development/shell_scripting_guide/index.md @@ -92,7 +92,7 @@ use this job: ```yaml shfmt: - image: mvdan/shfmt:v3.1.0-alpine + image: mvdan/shfmt:v3.2.0-alpine stage: test before_script: - shfmt -version |