Browse Source

build-aci: change 'val' abbreviation to 'value'

The spec changed, so etcd must be updated to follow the new spec:
https://github.com/appc/spec/commit/12a9617c2fbd2d220ac63e028e0dee0113085bb3
Alban Crequy 11 years ago
parent
commit
80c174255a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      scripts/build-aci

+ 3 - 3
scripts/build-aci

@@ -11,9 +11,9 @@ cat <<DF > manifest
     "acKind": "ImageManifest",
     "name": "coreos.com/etcd",
     "labels": [
-        {"name": "os", "val": "linux"},
-        {"name": "arch", "val": "amd64"},
-        {"name": "version", "val": "${1}"}
+        {"name": "os", "value": "linux"},
+        {"name": "arch", "value": "amd64"},
+        {"name": "version", "value": "${1}"}
     ],
     "app": {
         "exec": [