summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index f203326bc..e372d5e4a 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -157,7 +157,7 @@ installSteps = [
("setfilecon", setFileCons, ("instPath","id.partitions")),
("copylogs", copyAnacondaLogs, ("instPath",)),
("dopostaction", doPostAction, ("id", "instPath", "intf")),
- ("methodcomplete", doMethodComplete, ("method",)),
+ ("methodcomplete", doMethodComplete, ("method", "id.fsset")),
("complete", ()),
]