We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a009f3 commit 59569a4Copy full SHA for 59569a4
1 file changed
scripts/pull-repos.ps1
@@ -48,10 +48,10 @@ try {
48
}
49
[int]$elapsed = $stopWatch.Elapsed.TotalSeconds
50
if ($failed -eq 0) {
51
- "✅ Updated $numFolders repos under 📂$parentDirName in $($elapsed)s."
+ "✅ Updated $numFolders repos at 📂$parentDir in $($elapsed)s."
52
exit 0 # success
53
} else {
54
- "⚠️ Updated $numFolders repos under 📂$parentDirName in $($elapsed)s but $failed failed!"
+ "⚠️ Updated $numFolders repos at 📂$parentDir in $($elapsed)s but $failed failed!"
55
exit 1
56
57
} catch {
0 commit comments