Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Specify required YAML args for github.add_remote_origin
Browse files Browse the repository at this point in the history
The command would not run without it (and it didn't)
  • Loading branch information
hroncok committed Sep 11, 2015
1 parent 2deece9 commit 2ec42f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devassistant/command_runners.py
Expand Up @@ -477,6 +477,7 @@ class GitHubCommandRunner(CommandRunner):
_required_yaml_args = {'default': ['login', 'reponame'],
'create_repo': ['login', 'reponame', 'private'],
'create_and_push': ['login', 'reponame', 'private'],
'add_remote_origin': ['login', 'reponame'],
'create_fork': ['login', 'repo_url'],
'push': []}

Expand Down

0 comments on commit 2ec42f1

Please sign in to comment.