We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ec6ee commit 63c1842Copy full SHA for 63c1842
scripts/clean.ps1
@@ -13,7 +13,7 @@ if (-not $preserveCredentials) {
13
if (-not (Get-Module -Name GitHub -ErrorAction SilentlyContinue)) {
14
Import-Module -Name GitHub -ErrorAction SilentlyContinue
15
}
16
-
+
17
# Disconnect GitHub account if the module and function are available
18
if (Get-Command Disconnect-GitHubAccount -ErrorAction SilentlyContinue) {
19
Disconnect-GitHubAccount
0 commit comments