Correct malformed argument to right type

In the Cloud Foundry in function $.setAttr(deployed, true) was used
'True' instead of 'true' which is wrong syntax for MuranoPL.

Change-Id: I95b2e07eb1a169f6464953427fb65e97bd3ef79c
Closes-Bug: #1504050
(cherry picked from commit 06d8b0a576)
This commit is contained in:
Nikolay Starodubtsev 2015-10-08 14:53:48 +03:00 committed by Nikolay Starodubtsev
parent d317f2f396
commit 4dd0e04073
1 changed files with 1 additions and 1 deletions

View File

@ -97,4 +97,4 @@ Methods:
- $result: $.instance.agent.call($template, $resources, 3600)
- $._environment.reporter.report($this, 'CloudFoundry is started')
- $._environment.reporter.report($this, $result)
- $.setAttr(deployed, True)
- $.setAttr(deployed, true)