Skip to content

Commit

Permalink
appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzy-ax committed May 16, 2018
1 parent a3f8adc commit c3bf7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Update-Lbi/Update-Lbi.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ ForEach ($folder in $functionFolders)
}
}

$publicFunctions = (Get-ChildItem -Path "$PSScriptRoot\functions\*.ps1").baseName
$publicFunctions = (Get-ChildItem -Path "$PSScriptRoot\Functions\*.ps1").baseName
Export-ModuleMember -Function $publicFunctions

0 comments on commit c3bf7c4

Please sign in to comment.