Sync charm-helpers

This commit is contained in:
Corey Bryant
2015-05-11 12:45:37 +00:00
parent a86c379b97
commit 50ef62b9c5

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