private/Get-PackageSources.ps1

# Utility function - Read the registered package sources from its configuration file
function Get-PackageSources {
    Get-ChocoSource
}