remove the . from line 1631
Change-Id: Ibf7c4f66e522da4691f350f9be6601696cabc8a3
Issue-ID: APPC-1227
Signed-off-by: Taka Cho <takamune.cho@att.com>
                     //for replacing spaces and "/" with "_"
                     identifiers[x] = identifiers[x].replace(/ /g, '').replace(new RegExp('/', 'g'), '_').replace(/ /g, '');
                     pd_fileName = this.referenceDataObject.action + '_' + scopeName + '_' + '0.0.1V_' + identifiers[x] + '.yaml';
-                    config_template_fileName = this.referenceDataObject.action + '_' + scopeName + '_' + '0.0.1V_' + identifiers[x] + '.' + extension;
+                    config_template_fileName = this.referenceDataObject.action + '_' + scopeName + '_' + '0.0.1V_' + identifiers[x] + extension;
 
                     configTemplate = {
                         'artifact-name': 'template_' + config_template_fileName,