File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " depsync" ,
3
- "version" : " 1.3.11 " ,
3
+ "version" : " 1.3.12 " ,
4
4
"author" : " Dom Chen" ,
5
5
"homepage" : " http://www.idom.me/" ,
6
6
"description" : " Automatically synchronize the dependencies of a project by the DEPS configuration file." ,
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ RepoTask.prototype.run = function (callback) {
79
79
Utils . exec ( "git fetch --depth 1 origin " + item . commit , item . dir ) ;
80
80
Utils . movePath ( tempLFSDir , lfsBakDir ) ;
81
81
process . env [ "GIT_LFS_SKIP_SMUDGE" ] = "1" ;
82
- Utils . exec ( "git reset --hard FETCH_HEAD && git clean -f -q" , item . dir ) ;
82
+ Utils . exec ( "git reset --hard FETCH_HEAD && git clean -df -q" , item . dir ) ;
83
83
callback && callback ( ) ;
84
84
} ;
85
85
You can’t perform that action at this time.
0 commit comments