diff --git a/recipes/trigger_recipe_roller.txt b/recipes/trigger_recipe_roller.txt index ad33af67b..31d563eb2 100644 --- a/recipes/trigger_recipe_roller.txt +++ b/recipes/trigger_recipe_roller.txt @@ -7,3 +7,6 @@ the Build and Test Yeti. As the CI needs of the browser grew, Batty, the Build and Test Yeti, got a new friend: + + +The End. diff --git a/roll_dep.py b/roll_dep.py index 411dd9cb8..982d53326 100755 --- a/roll_dep.py +++ b/roll_dep.py @@ -225,7 +225,7 @@ def main(): # First gather all the information without modifying anything, except for a # git fetch. deps_path, deps_content = get_deps(current_dir) - gclient_dict = gclient_eval.Exec(deps_content, True, True, deps_path) + gclient_dict = gclient_eval.Exec(deps_content, True, deps_path) is_relative = gclient_dict.get('use_relative_paths', False) root_dir = current_dir if is_relative else gclient_root rolls = {}