Skip to content

Commit 09fe534

Browse files
committed
Fetch with hooks
1 parent 8d8f406 commit 09fe534

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linux/build_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ output "Even if this next command outputs errors, it might still work. The scrip
4646

4747
# This is the command that is used to initially fetch the source code
4848
# It does not work if the repo has already been downloaded - which is why whe need the fallback option
49-
fetch --nohooks --no-history chromium || failed=1 && output "\"fetch\" failing doesn't matter.\nUsing \"gclient sync\" to download updates, repo likely has already been downloaded"
49+
fetch --no-history chromium || failed=1 && output "\"fetch\" failing doesn't matter.\nUsing \"gclient sync\" to download updates, repo likely has already been downloaded"
5050
if [[ $failed -eq 1 ]]; then
5151
# fallback to sync command to get latest changes. If that one doesn't work, then we're out of luck
5252
# The -D flag removes any unused/unnecessary parts of the repository that are no longer needed

0 commit comments

Comments
 (0)