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

Vratislav Podzimek vpodzime at redhat.com
Thu Jun 5 07:08:18 UTC 2014


On Wed, 2014-06-04 at 14:51 -0700, Brian C. Lane wrote:
> 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
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | RHCE | Red Hat, Inc. | Brno - Czech Republic




More information about the anaconda-patches mailing list