Skip to content

Commit

Permalink
fix(script-win): stop escaping attr during complete cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jint-lzxy authored and singlemancombat committed Apr 21, 2023
1 parent 7416278 commit 862f133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function check_clone_pref {
if ($USR_CHOICE -eq 0) {
$env:CCLONE_ATTR = '--depth=1'
} else {
$env:CCLONE_ATTR = ''
$env:CCLONE_ATTR = '--progress'
}
}

Expand Down

0 comments on commit 862f133

Please sign in to comment.