Skip to content

Commit

Permalink
Merge pull request #79 from erasche/master
Browse files Browse the repository at this point in the history
Fix for arguments
  • Loading branch information
jmchilton committed Feb 18, 2015
2 parents 17c7e5d + 5c1d2ec commit 326ca78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planemo/commands/cmd_shed_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def __handle_upload(ctx, path, **kwds):
if message:
update_kwds["commit_message"] = message

repo_id = __find_repository(ctx, tsi, path, kwds)
repo_id = __find_repository(ctx, tsi, path, **kwds)
if repo_id is None:
return -1

Expand Down

0 comments on commit 326ca78

Please sign in to comment.