Skip to content

Commit

Permalink
Fix checkout command.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-hall committed Mar 29, 2015
1 parent 98de3ed commit 309b87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svn_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ def __init__(self, window):

def on_done_input(self, value):
"""Handles completion of the input panel"""
self.run_command('checkout', self.files)
self.run_command('checkout', [value, self.files[0]])

def run(self, paths=None, group=-1, index=-1):
"""Runs the command"""
Expand Down

0 comments on commit 309b87f

Please sign in to comment.