Fixing method SetHieraValue

* SetHieraValue is fixed to receive values with spaces

Change-Id: I965a2e6f6ac677c233ffd3d1e44bf62025d21dc2
This commit is contained in:
Nikolay Mahotkin 2016-04-22 12:52:16 +03:00
parent e4c87b4792
commit 850e062114

View File

@ -8,7 +8,7 @@ Parameters:
value: $value
Body: |
return putHieraData('{0} {1} {2}'.format(args.path, args.key, args.value)).stdout
return putHieraData('"{0}" "{1}" "{2}"'.format(args.path, args.key, args.value)).stdout
Scripts:
putHieraData: