Skip to content

Commit ad41aa4

Browse files
author
Markus Fleschutz
committed
Updated clean-repo.ps1
1 parent 89f1847 commit ad41aa4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/clean-repo.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
⏳ (2/4) Checking local repository... C:\Repos\rust
1313
⏳ (3/4) Removing untracked files in repository...
1414
⏳ (4/4) Removing untracked files in submodules...
15-
✔️ Cleaned up repository 📂rust in 2s.
15+
✔️ Cleaned up 📂rust repository in 2s.
1616
.LINK
1717
https://github.com/fleschutz/PowerShell
1818
.NOTES
@@ -45,7 +45,7 @@ try {
4545
if ($lastExitCode -ne "0") { throw "'git clean' in the submodules failed with exit code $lastExitCode" }
4646

4747
[int]$elapsed = $stopWatch.Elapsed.TotalSeconds
48-
"✔️ Cleaned up repository 📂$repoName in $($elapsed)s."
48+
"✔️ Cleaned up 📂$repoName repository in $($elapsed)s."
4949
exit 0 # success
5050
} catch {
5151
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"

0 commit comments

Comments
 (0)