summaryrefslogtreecommitdiff
path: root/firehose/plugin/firehose_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'firehose/plugin/firehose_plugin.py')
-rw-r--r--firehose/plugin/firehose_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/firehose/plugin/firehose_plugin.py b/firehose/plugin/firehose_plugin.py
index 33381bf..d1bbf31 100644
--- a/firehose/plugin/firehose_plugin.py
+++ b/firehose/plugin/firehose_plugin.py
@@ -96,7 +96,7 @@ class FirehosePlugin(cliapp.Plugin):
def make_workspace(self):
self.app.subcommands['init']([self.make_path("ws")])
- def make_branch(self, root, name):
+ def make_branch(self, root):
os.chdir(self.make_path("ws"))
try:
self.app.subcommands['branch']([root['repo'], root['myref'], root['baseref']])