Commit e9c5318
authored
fixing boolean flag in deployment args to be on a single line (#457)
Issue #, if available:
N/A
Description of changes:
Fixing deployment `args` to have boolean values on a single line. This is needed since the presence of the flag itself is a `truthy` statement, and the next line for the `env` is ignored. See [this](#455 (comment)) comment on `leader-elect` PR for more info.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent 8549748 commit e9c5318
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
0 commit comments