Skip to content

Commit

Permalink
fix validate script
Browse files Browse the repository at this point in the history
  • Loading branch information
kodenamekrak committed Apr 8, 2024
1 parent 51efe92 commit 87314b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/validate-modjson.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$mod = "./mod.json"

if (-not (Test-Path -Path $mod)) {
if (Test-Path manifest) {
if (Test-Path ".\mod.template.json") {
qpm qmod manifest
if ($LASTEXITCODE -ne 0) {
exit $LASTEXITCODE
Expand Down

0 comments on commit 87314b8

Please sign in to comment.