Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 2838c12

Browse files
committed
Added pipe to safeUpdate
1 parent 7c4fcee commit 2838c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/build_control.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ module.exports = function (grunt) {
200200
log.subhead('Fetching ' + options.branch + ' history from ' + options.remote + '.');
201201

202202
// `--update-head-ok` allows fetch on a branch with uncommited changes
203-
execWrap('git fetch --progress --verbose --update-head-ok ' + remoteName + ' ' + options.branch + ':' + options.branch);
203+
execWrap('git fetch --progress --verbose --update-head-ok ' + remoteName + ' ' + options.branch + ':' + options.branch, false, true);
204204
}
205205

206206
// Make the current working tree the branch HEAD without checking out files

0 commit comments

Comments
 (0)