Skip to content

Commit

Permalink
build-aci: change 'val' abbreviation to 'value'
Browse files Browse the repository at this point in the history
The spec changed, so etcd must be updated to follow the new spec:
appc/spec@12a9617
  • Loading branch information
alban committed Jan 8, 2015
1 parent bca1e5a commit 80c1742
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build-aci
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 80c1742

Please sign in to comment.