Skip to content

Commit

Permalink
linux
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Nov 26, 2023
1 parent 83c3c7c commit c5d6053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/BuildReferenceDocumentation.Action.Test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Describe "BuildReferenceDocumentation Action Tests" {

Mock Get-ChildItem {
if ($filter -eq '*.app') {
$project = $path.Substring($path.LastIndexOf('\')+1,2)
$project = [System.IO.Path]::GetFileName($path).Substring(0,2)
$noOfApps = [int]$project.substring(1,1)
$apps = @()
for($i=1; $i -le $noOfApps; $i++) {
Expand Down

0 comments on commit c5d6053

Please sign in to comment.