Sync charm-helpers

This commit is contained in:
Corey Bryant 2015-05-11 12:46:28 +00:00
parent 87adf3fbcf
commit 7eec93c8f7

View File

@ -508,7 +508,7 @@ def _git_yaml_load(projects_yaml):
if not projects_yaml:
return None
projects = yaml.load(projects_yaml)
return yaml.load(projects_yaml)
def git_clone_and_install(projects_yaml, core_project, depth=1):