Commit 4d7c69e
committed
fix bug in updateService() where the addition of quotes breaks aws call
The correct code splits the jq list of running tasks on newlines and passes it as separate arguments to the aws cli. The broken code retains the newlines received from jq, which is interpreted incorrectly by the aws cli.1 parent 2d34140 commit 4d7c69e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
489 | | - | |
| 489 | + | |
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
| |||
0 commit comments