Skip to content

Commit

Permalink
Fix script building
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Nov 15, 2023
1 parent b5dc42e commit 1ad39e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Private/New-PSMFile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function New-PSMFile {
`$Alias
}
}
# Export functions and aliases as required
Export-ModuleMember -Function @(`$FunctionsToLoad) -Alias @(`$AliasesToLoad)
"@
) | Out-File -Append -LiteralPath $Path -Encoding $Encoding
Expand Down

0 comments on commit 1ad39e4

Please sign in to comment.