From c1552e32f2e5e6f44f042f083a96efcc0a44320e Mon Sep 17 00:00:00 2001 From: Tanya Degurechaff <34323200+TanyaEleventhGoddess@users.noreply.github.com> Date: Sat, 4 Jul 2020 22:19:13 +0200 Subject: [PATCH] Fix indentation Signed-off-by: Tanya Degurechaff <34323200+TanyaEleventhGoddess@users.noreply.github.com> --- templates/lxc-debian.in | 2 +- templates/lxc-kali.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index ca767ab..97a38a9 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -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 diff --git a/templates/lxc-kali.in b/templates/lxc-kali.in index 89338f6..68a66fe 100755 --- a/templates/lxc-kali.in +++ b/templates/lxc-kali.in @@ -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 }