summaryrefslogtreecommitdiffstats
path: root/milo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-10-09 19:27:15 +0000
committerMatt Wilson <msw@redhat.com>1999-10-09 19:27:15 +0000
commitbb1874e00793fb1d282c1c6c3bedd6e62c628723 (patch)
tree66029139041a82592ffeef9385ddf713f05a2e92 /milo.py
parent67dd51e01a773acd55400bb5b2736756dbe36f1e (diff)
downloadanaconda-bb1874e00793fb1d282c1c6c3bedd6e62c628723.tar.gz
anaconda-bb1874e00793fb1d282c1c6c3bedd6e62c628723.tar.xz
anaconda-bb1874e00793fb1d282c1c6c3bedd6e62c628723.zip
typo
Diffstat (limited to 'milo.py')
-rw-r--r--milo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/milo.py b/milo.py
index d07795797..6572a7491 100644
--- a/milo.py
+++ b/milo.py
@@ -124,7 +124,7 @@ class MiloInstall:
f.write ("\troot=/dev/%s" % self.todo.mounts ['/'])
def write (self):
- if onMilo ():
+ if onMILO ():
writeMilo ()
else:
writeAboot ()