Fix indentation

Signed-off-by: Tanya Degurechaff <34323200+TanyaEleventhGoddess@users.noreply.github.com>
This commit is contained in:
Tanya Degurechaff 2020-07-04 22:19:13 +02:00
parent 8911d8ff4b
commit c1552e32f2
2 changed files with 2 additions and 2 deletions

View File

@ -226,7 +226,7 @@ write_sourceslist()
fi
cat >> "${rootfs}/etc/apt/sources.list" << EOF
${prefix} $MIRROR ${release} main${non_main}
${prefix} $MIRROR ${release} main${non_main}
EOF
if [ "$release" != "unstable" -a "$release" != "sid" ]; then

View File

@ -221,7 +221,7 @@ write_sourceslist()
fi
cat >> "${rootfs}/etc/apt/sources.list" << EOF
${prefix} $MIRROR ${release} main${non_main}
${prefix} $MIRROR ${release} main${non_main}
EOF
}