Skip to content

Commit 01aa3a0

Browse files
committed
typos
1 parent 97d2c2c commit 01aa3a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Ui/Ui.ConsoleApp/publish-choco.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $xmlFile = $folder + "\pping.nuspec"
1919
$version = $xml.package.metadata.version
2020
# push package to choco
2121
choco push $folder\pping.$version.nupkg --source='https://push.chocolatey.org/' --api-key=$env:CHOCO_API_KEY --timeout=300
22-
# commit and push changea to verification txt
22+
# commit and push change to verification txt
2323
git add .\verification.txt
2424
git commit -m "Changed verfication hash due to build"
2525
git push

0 commit comments

Comments
 (0)