commit | 3f81ea31a004187f6a8878bc8fa8e8afb6885d15 | [log] [tgz] |
---|---|---|
author | Jones, Kyle <kyle.jones@nike.com> | Tue Apr 16 15:45:45 2019 -0700 |
committer | Jones, Kyle <kyle.jones@nike.com> | Tue Apr 16 15:45:45 2019 -0700 |
tree | 6217d81a34cbe25b8392457720abf634c22720eb | |
parent | d0dcd66da9c62c916803ced2997c3336e67b5610 [diff] |
fixed the network config name
diff --git a/README.md b/README.md index c8f09c5..1d83f5a 100644 --- a/README.md +++ b/README.md
@@ -120,7 +120,7 @@ and cloud-config: ```shell $ export CLOUD_CONFIG=$(gzip -c9 <cloud-config.yaml | base64) -$ export METADATA=$(sed 's~NETWORK_CONFIG~'"$(gzip -c9 <network-config.yaml | \ +$ export METADATA=$(sed 's~NETWORK_CONFIG~'"$(gzip -c9 <network.config.yaml | \ base64)"'~' <metadata.json | gzip -9 | base64) ```