Skip to content

Commit 12dbb68

Browse files
committed
Easier debugging
1 parent 9c41dec commit 12dbb68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/jobs/configure-checks/setup_configure_image.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export ghtest
1010
distro_id="$(grep "^ID=" /etc/os-release)"
1111

1212
if [ "$distro_id" = "ID=arch" ]; then
13-
section_start "What is installed in the default setup"
13+
section_start "What is installed in the default setup (setup.sh)"
1414
pacman -Q
1515
section_end
1616
fi
@@ -40,7 +40,7 @@ cp submit/assert.bash .github/jobs/configure-checks/
4040
section_end
4141

4242
if [ "$distro_id" = "ID=arch" ]; then
43-
section_start "What is installed after the default setup"
43+
section_start "What is installed after the default setup (setup.sh)"
4444
pacman -Q
4545
section_end
4646
fi

0 commit comments

Comments
 (0)