From 3b7f70d2145d23d5f0cf08513404ac7ad2d7aaf3 Mon Sep 17 00:00:00 2001 From: "Terzeus S. Dominguez" Date: Mon, 11 Jan 2016 02:13:10 +0800 Subject: [PATCH] Fix typo Signed-off-by: Terzeus S. Dominguez --- templates/lxc-opensuse.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-opensuse.in b/templates/lxc-opensuse.in index 3657795c0..847f1788f 100644 --- a/templates/lxc-opensuse.in +++ b/templates/lxc-opensuse.in @@ -175,7 +175,7 @@ EOF fi # dhcpcd is not in the default repos with Leap 42.1 - if [ $DISTRO != "leap/42.1"] + if [ $DISTRO != "leap/42.1" ] then echo "Support: dhcpcd" >> $cache/partial-$arch-packages/opensuse.conf fi