Commit e584d52b authored by Jason R. Coombs's avatar Jason R. Coombs

Correct command reference.

parent c1f5cdb9
......@@ -39,7 +39,7 @@ class install_scripts(orig.install_scripts):
writer = ei.WindowsScriptWriter
# resolve the writer to the environment
writer = writer.best()
cmd = writer.command_spec_cls.from_param(exec_param)
cmd = writer.command_spec_class.from_param(exec_param)
for args in writer.get_args(dist, cmd.as_header()):
self.write_script(*args)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment