Skip to content

Commit c6701c6

Browse files
committed
Work CI-CD
- Fix output message.
1 parent bc6a73b commit c6701c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines/update-dependents.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ if ($repoStatus -ne "")
117117
}
118118
else
119119
{
120-
Write-Host "Nothing udpate at VS extension."
120+
Write-Host "Nothing to udpate at VS extension."
121121
}
122122

123123
#######################
@@ -221,7 +221,7 @@ if ($repoStatus -ne "")
221221
}
222222
else
223223
{
224-
Write-Host "Nothing udpate at nanoFramework Deployer."
224+
Write-Host "Nothing to udpate at nanoFramework Deployer."
225225
}
226226

227227
#######################
@@ -325,5 +325,5 @@ if ($repoStatus -ne "")
325325
}
326326
else
327327
{
328-
Write-Host "Nothing udpate at nano firmware flasher."
328+
Write-Host "Nothing to udpate at nano firmware flasher."
329329
}

0 commit comments

Comments
 (0)