Typo - MUSKIE_MULTI_DC
neuroserve opened this issue · 2 comments
neuroserve commented
app_uuid="$(sdc-sapi /applications?name=manta | json -H uuid)" vs.
app_uuid="$(sdc-sapi /applications?name=manta | json -Ha uuid)"
davepacheco commented
Code review: https://cr.joyent.us/3191
Testing notes: I ran the updated "app_uuid" by hand on my test machine and it works correctly where the previous one didn't:
[root@headnode (emy-10) ~]# app_uuid="$(sdc-sapi /applications?name=manta | json -H uuid)"
[root@headnode (emy-10) ~]# echo $app_uuid
[root@headnode (emy-10) ~]# app_uuid="$(sdc-sapi /applications?name=manta | json -Ha uuid)"
[root@headnode (emy-10) ~]# echo $app_uuid
e0af2010-b85d-434c-91be-01ae2a387dc9
[root@headnode (emy-10) ~]#
The change is make prepush
-clean. I verified that the rendered change looks as I'd expect.
davepacheco commented
The change is integrated and published. Thanks!