Skip to content

Commit 59569a4

Browse files
committed
Updated pull-repos.ps1
1 parent 2a009f3 commit 59569a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/pull-repos.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ try {
4848
}
4949
[int]$elapsed = $stopWatch.Elapsed.TotalSeconds
5050
if ($failed -eq 0) {
51-
"✅ Updated $numFolders repos under 📂$parentDirName in $($elapsed)s."
51+
"✅ Updated $numFolders repos at 📂$parentDir in $($elapsed)s."
5252
exit 0 # success
5353
} else {
54-
"⚠️ Updated $numFolders repos under 📂$parentDirName in $($elapsed)s but $failed failed!"
54+
"⚠️ Updated $numFolders repos at 📂$parentDir in $($elapsed)s but $failed failed!"
5555
exit 1
5656
}
5757
} catch {

0 commit comments

Comments
 (0)