Skip to content

Commit

Permalink
ref(user-data): switch get_image to use /deis/platform/version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Monroy committed Oct 13, 2014
1 parent a262516 commit d8ede1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/coreos/user-data
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ write_files:

# if no image was set in etcd, we use the default plus the release string
if [ $? -ne 0 ]; then
RELEASE=`etcdctl get /deis/release 2>/dev/null`
RELEASE=`etcdctl get /deis/platform/version 2>/dev/null`

# if no release was set in etcd, use the default provisioned with the server
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit d8ede1b

Please sign in to comment.