ps/Modules/Alkami.PowerShell.SDK/Public/Get-ManifestPath.ps1

6 lines
100 B
PowerShell
Raw Normal View History

2023-05-30 22:51:22 -07:00
function Get-ManifestPath {
[CmdletBinding()]
param()
return "C:\AlkamiSDK\Manifests"
}