diff --git a/awx/ui/static/js/helpers/Variables.js b/awx/ui/static/js/helpers/Variables.js index b9aaaa1917..0cb7628b4e 100644 --- a/awx/ui/static/js/helpers/Variables.js +++ b/awx/ui/static/js/helpers/Variables.js @@ -131,7 +131,7 @@ angular.module('VariablesHelper', ['Utilities']) if(value.toString() === "[object Object]"){ //$log.error('Failed to parse YAML string. Parser returned ' + key + ' : ' + value + '.'); - throw 'Failed to parse YAML string. Parser returned ' + key + ' : ' + value + '.'; + throw 'Failed to parse YAML string. Parser returned ' + key + ' : ' + value + '.'; } });