Skip to content

Commit 50f0219

Browse files
Nyxnnyyxxxx
andauthored
Fix incorrectly placed quote (#511)
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
1 parent 7bd9f8a commit 50f0219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tabs/system-setup/fedora/configure-dnf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
configureDNF() {
66
case $PACKAGER in
77
dnf)
8-
printf "%b\n" ${YELLOW}"Configuring DNF...${RC}"
8+
printf "%b\n" "${YELLOW}Configuring DNF...${RC}"
99
$ESCALATION_TOOL sed -i '/^max_parallel_downloads=/c\max_parallel_downloads=10' /etc/dnf/dnf.conf || echo 'max_parallel_downloads=10' >> /etc/dnf/dnf.conf
1010
echo "fastestmirror=True" | $ESCALATION_TOOL tee -a /etc/dnf/dnf.conf > /dev/null
1111
echo "defaultyes=True" | $ESCALATION_TOOL tee -a /etc/dnf/dnf.conf > /dev/null

0 commit comments

Comments
 (0)