We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f1847 commit ad41aa4Copy full SHA for ad41aa4
1 file changed
scripts/clean-repo.ps1
@@ -12,7 +12,7 @@
12
⏳ (2/4) Checking local repository... C:\Repos\rust
13
⏳ (3/4) Removing untracked files in repository...
14
⏳ (4/4) Removing untracked files in submodules...
15
- ✔️ Cleaned up repository 📂rust in 2s.
+ ✔️ Cleaned up 📂rust repository in 2s.
16
.LINK
17
https://github.com/fleschutz/PowerShell
18
.NOTES
@@ -45,7 +45,7 @@ try {
45
if ($lastExitCode -ne "0") { throw "'git clean' in the submodules failed with exit code $lastExitCode" }
46
47
[int]$elapsed = $stopWatch.Elapsed.TotalSeconds
48
- "✔️ Cleaned up repository 📂$repoName in $($elapsed)s."
+ "✔️ Cleaned up 📂$repoName repository in $($elapsed)s."
49
exit 0 # success
50
} catch {
51
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
0 commit comments