Skip to content

Commit

Permalink
Merge pull request #166 from pelson/list_fix
Browse files Browse the repository at this point in the history
Fix the name of the feedstock.
  • Loading branch information
pelson committed May 13, 2016
2 parents 1b3b588 + a1ead68 commit 9dc05c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_smithy/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def create_github_repo(args):
# Use the organization provided.
user_or_org = gh.get_organization(args.organization)

repo_name = meta.name()
repo_name = '{}-feedstock'.format(meta.name())
try:
gh_repo = user_or_org.create_repo(repo_name, has_wiki=False,
description='A conda-smithy repository for {}.'.format(meta.name()))
Expand Down

0 comments on commit 9dc05c2

Please sign in to comment.