mirror of
https://github.com/cmderdev/cmder.git
synced 2025-04-16 06:32:31 +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)
|
$newVersion = (Get-Content .\vendor\sources.json | ConvertFrom-Json)
|
||||||
$listUpdated = ""
|
$listUpdated = ""
|
||||||
$updateMessage = ""
|
$updateMessage = ""
|
||||||
for ($s in $newVersion) {
|
foreach ($s in $newVersion) {
|
||||||
$oldVersion = ($currentVersion | Where-Object {$_.name -eq $s.name}).version
|
$oldVersion = ($currentVersion | Where-Object {$_.name -eq $s.name}).version
|
||||||
if ($s.version -ne $oldVersion) {
|
if ($s.version -ne $oldVersion) {
|
||||||
$listUpdated += "$($s.name), "
|
$listUpdated += "$($s.name), "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user