Sync charm-helpers

This commit is contained in:
Corey Bryant
2015-05-11 12:46:52 +00:00
parent b5cda985e8
commit eef9133357

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):