Revision 39cfd61a image_creator/os_type/ubuntu.py

b/image_creator/os_type/ubuntu.py
41 41
        for app in apps:
42 42
            if app['app_name'] == 'kubuntu-desktop':
43 43
                meta['OS'] = 'kubuntu'
44
                meta['description'] = \
45
                            meta['description'].replace('Ubuntu', 'Kubuntu')
44
                meta['DESCRIPTION'] = \
45
                            meta['DESCRIPTION'].replace('Ubuntu', 'Kubuntu')
46 46
                break
47 47
        return meta
48 48

  

Also available in: Unified diff