aboutsummaryrefslogtreecommitdiff
path: root/setup_chromeos.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup_chromeos.py')
-rwxr-xr-xsetup_chromeos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_chromeos.py b/setup_chromeos.py
index 63206492..07c7530d 100755
--- a/setup_chromeos.py
+++ b/setup_chromeos.py
@@ -244,7 +244,7 @@ Default is 'latest_lkgm'.""")
return cmd_executer.RunCommand(
'git ls-remote '
'https://chrome-internal.googlesource.com/chrome/src-internal.git '
- '> /dev/null')
+ 'refs/HEAD > /dev/null')
if __name__ == '__main__':