summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ()