Skip to content

Commit 85c6f4a

Browse files
committed
Typo fix
1 parent e374cdc commit 85c6f4a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ProjectName": "ModuleTools",
33
"Description": "ModuleTools is a versatile, standalone PowerShell module builder. Create anything from simple to robust modules with ease. Built for CICD and Automation.",
4-
"Version": "1.5.0",
4+
"Version": "1.5.1",
55
"copyResourcesToModuleRoot": false,
66
"Manifest": {
77
"Author": "Manjunath Beli",

src/public/PublishMTLocal.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function Publish-MTLocal {
1818

1919
# Ensure module is locally built and ready
2020
if (-not (Test-Path $ProjectInfo.OutputModuleDir)) {
21-
trhow 'Dist folder is empty, build the module before running publish command'
21+
throw 'Dist folder is empty, build the module before running publish command'
2222
}
2323

2424
# Cleanup old files

0 commit comments

Comments
 (0)