Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleid committed Oct 17, 2020
1 parent 4841118 commit ae07e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asa.unittest/Public/New-AutManifestFromFiles.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Function New-AutManifestFromFiles{
$Script = "$solutionPath\$asaProjectName\" + `
(Get-Content "$solutionPath\$asaProjectName\asaproj.json" | ConvertFrom-Json).startfile
}
if (-not (Test-Path $Script)) {throw "Can't find $Script"}
if (-not (Test-Path $Script)) {throw "Can't find $Script"}

$localInputSourcePath = "$solutionPath\$asaProjectName\Inputs"
if (-not (Test-Path $localInputSourcePath )) {throw "Can't find the Inputs subfolder at $solutionPath\$asaProjectName"}
Expand Down

0 comments on commit ae07e2d

Please sign in to comment.