Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
temporarily fix task, while pybuilder is being fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
esc committed Nov 4, 2015
1 parent ca69a46 commit 605a46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def set_properties_for_teamcity_builds(project):
os.environ.get('PYPIPROXY_URL'))


@task(description='Convert & upload CFN JSON from the template YAML files')
@task('build_json', description='Convert & upload CFN JSON from the template YAML files')
def build_json(project, logger):
from cfn_sphere.aws.cloudformation.template_loader import (
CloudFormationTemplateLoader)
Expand Down

0 comments on commit 605a46d

Please sign in to comment.