mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-10 23:49:07 +08:00
fix typo
This commit is contained in:
parent
e7139bd474
commit
f468ddfe95
2
.github/workflows/vendor.yml
vendored
2
.github/workflows/vendor.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
$newVersion = (Get-Content .\vendor\sources.json | ConvertFrom-Json)
|
||||
$listUpdated = ""
|
||||
$updateMessage = ""
|
||||
for ($s in $newVersion) {
|
||||
foreach ($s in $newVersion) {
|
||||
$oldVersion = ($currentVersion | Where-Object {$_.name -eq $s.name}).version
|
||||
if ($s.version -ne $oldVersion) {
|
||||
$listUpdated += "$($s.name), "
|
||||
|
Loading…
Reference in New Issue
Block a user