Skip to content

Commit

Permalink
Merge pull request #103 from jmchilton/shed_create_rename
Browse files Browse the repository at this point in the history
Rename shed_repo_create to just shed_create.
  • Loading branch information
jmchilton committed Mar 19, 2015
2 parents 9862713 + a75ecec commit 8209048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# TODO: Implement alternative tool per repo upload strategy.
# TODO: Use git commit hash and origin to generated commit message.
@click.command("shed_repo_create")
@click.command("shed_create")
@options.optional_project_arg(exists=True)
@options.shed_owner_option()
@options.shed_name_option()
Expand Down
2 changes: 1 addition & 1 deletion tests/test_shed.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_shed(self):
)
open(".shed.yml", "w").write(shed_yml_contents)
init_cmd = [
"shed_repo_create",
"shed_create",
"--shed_key", shed_api_key,
"--shed_target", shed_url
]
Expand Down

0 comments on commit 8209048

Please sign in to comment.