Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
This prevented from downloading multiple files with the 'download'
command.
  • Loading branch information
remram44 committed Nov 21, 2014
1 parent a00bdc5 commit 08c027f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tej/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def _status(args):

def _download(args):
RemoteQueue(args.destination, args.queue).download(args.id, args.files,
destination='.')
directory='.')


def _kill(args):
Expand Down

0 comments on commit 08c027f

Please sign in to comment.