diff options
| author | OpportunityLiu <[email protected]> | 2019-06-06 17:32:24 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-06-06 17:32:24 +0800 |
| commit | 78fbcdf0ebd350643da2ac8f42589adae9b2a4e0 (patch) | |
| tree | d788856d470def098da83842740165d89bda7e7e /scripts/get.ps1 | |
| parent | f9f50db9fffbd4dde056c238677d3aeaad226fe7 (diff) | |
not for ci
Diffstat (limited to 'scripts/get.ps1')
| -rw-r--r-- | scripts/get.ps1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1 index 4b186c23f..5e8463bc2 100644 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -169,6 +169,7 @@ param ( Remove-Item "$repodir" -Recurse -Force -ErrorAction SilentlyContinue } - registerTabCompletion - + if (-not $env:CI) { + registerTabCompletion + } } |
