We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c41dec commit 12dbb68Copy full SHA for 12dbb68
.github/jobs/configure-checks/setup_configure_image.sh
@@ -10,7 +10,7 @@ export ghtest
10
distro_id="$(grep "^ID=" /etc/os-release)"
11
12
if [ "$distro_id" = "ID=arch" ]; then
13
- section_start "What is installed in the default setup"
+ section_start "What is installed in the default setup (setup.sh)"
14
pacman -Q
15
section_end
16
fi
@@ -40,7 +40,7 @@ cp submit/assert.bash .github/jobs/configure-checks/
40
41
42
43
- section_start "What is installed after the default setup"
+ section_start "What is installed after the default setup (setup.sh)"
44
45
46
0 commit comments