commit | 4448f243f396c502e34fda5bb148ba0224f934e7 | [log] [tgz] |
---|---|---|
author | Eduardo Santos <eduardo.experimental@gmail.com> | Thu Jan 06 14:03:16 2022 -0300 |
committer | Eduardo Santos <eduardo.experimental@gmail.com> | Thu Jan 06 14:03:16 2022 -0300 |
tree | 59b004e7e33f43c50cf223cdcc1b657fb80ba801 | |
parent | 9154bf543d320008c8279b387361f5db4d0ca7bf [diff] |
Fix public subnet creation command There was no space after the --project option in the command that creates the public subnet, thus if any option follows, the option itself will be parsed as part of the value passed to the --project option. This change just adds the missing space. Change-Id: I1e7375578342a82717222e902fcd65a4a62e33a7