Issue-ID: INT-1326
Change-Id: Ia8911d09cc8c3678b33f29494a04121fb17e2809
Signed-off-by: Brian Freeman <bf1936@att.com>
     ${uuid}=    Get Current Date
     ${service_name}=    Catenate    ${service}    ${uuid}
     # ':' is not an allowed character in the service_name. '-' is allowed
-    S{service_name}=    Replace String    ${service_name}    :   -
+    ${service_name}=    Replace String    ${service_name}    :   -
     ${shortened_uuid}=     Evaluate    str("${service_name}")[:23]
     ${catalog_service_name}=   Set Variable If   '${catalog_service_name}' ==''   ${shortened_uuid}   ${catalog_service_name}
     Run Keyword If  '${resourceType}'=='PNF'  Create CSARSs in SDC Onboarding Packages Directory  ${directory_list}  ${ziplist}