diff --git a/lib/sp-functions b/lib/sp-functions index e5868e8..297778a 100755 --- a/lib/sp-functions +++ b/lib/sp-functions @@ -38,7 +38,7 @@ get_profile_id(){ get_profile_name(){ get_profile_list [ -z "${1}" ] && p=`get_active_profile` || p="${1}" - echo "${p_name[ ${p} ]}" + echo "${p_names[ ${p} ]}" } get_profile_list(){