[rhel6-branch] Fix typo from commit ed3caa7b (#1039051)

Brian C. Lane bcl at redhat.com
Wed Jun 4 21:51:23 UTC 2014


Related: rhbz#1039051
---
 kickstart.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kickstart.py b/kickstart.py
index 1a7c5a8..df24c04 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -685,7 +685,7 @@ class NetworkData(commands.network.RHEL6_NetworkData):
             anaconda.id.network.setHostname(self.hostname)
             anaconda.id.network.overrideDHCPhostname = True
 
-        if self.domain
+        if self.domain:
             dev.set(("DOMAIN", self.domain))
 
         activate_new_device = False
-- 
1.9.3



More information about the anaconda-patches mailing list