Revision b1aea98e image_creator/disk.py

b/image_creator/disk.py
202 202
        self.root = roots[0]
203 203
        self.ostype = self.g.inspect_get_type(self.root)
204 204
        self.distro = self.g.inspect_get_distro(self.root)
205
        success('found a %s system' % self.distro)
205
        success('found a(n) %s system' % self.distro)
206 206

  
207 207
    def destroy(self):
208 208
        """Destroy this DiskDevice instance."""

Also available in: Unified diff