Skip to content

Commit 4c5cd72

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 06db578 commit 4c5cd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gitlab/build_and_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ section_start ()
5858
local collapsed="false"
5959
if [[ "${section_state}" == "collapsed" ]]
6060
then
61-
local collapsed="true"
61+
collapsed="true"
6262
fi
6363

6464
# Generate unique section ID

0 commit comments

Comments
 (0)