| Index: recipes/nacl.py
|
| diff --git a/recipes/nacl.py b/recipes/nacl.py
|
| index 75d8ef16fd7d5f83fb1869c3065ee65308afbad7..3e3595fa7688fac01248448bf6f6e735d3874b93 100644
|
| --- a/recipes/nacl.py
|
| +++ b/recipes/nacl.py
|
| @@ -27,7 +27,7 @@ class NaCl(recipe_util.Recipe):
|
| 'solutions': [solution],
|
| 'svn_url': 'svn://svn.chromium.org/native_client',
|
| 'svn_branch': 'trunk/src/native_client',
|
| - 'svn_ref': 'git-svn',
|
| + 'svn_ref': 'master',
|
| }
|
| if props.get('submodule_git_svn_spec'):
|
| spec['submodule_git_svn_spec'] = props['submodule_git_svn_spec']
|
|
|