Skip to content

Commit 262f684

Browse files
committed
updated apt_install_packages.sh
1 parent e837b41 commit 262f684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apt_install_packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if is_CI; then
7070
opts="$opts -q"
7171
echo
7272
echo "/etc/apt/sources.list:"
73-
cat /etc/apt/sources.list ||:
73+
cat /etc/apt/sources.list || :
7474
echo
7575
for x in /etc/apt/sources.list.d/*; do
7676
[ -f "$x" ] || continue

0 commit comments

Comments
 (0)