Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1624 from HotelsDotCom/quick-version-string-fix
Browse files Browse the repository at this point in the history
fix version string
  • Loading branch information
davidmccormick committed Jun 10, 2019
2 parents 0fa51bd + a68975c commit 9d7378f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/files/userdata/cloud-config-etcd
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ coreos:
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/bash -c "echo -e \"{{.HostOS.MOTDBanner.EtcdColour.On}}Etcd Server{{.HostOS.MOTDBanner.EtcdColour.Off}} v{{.Etcd.Version}}\" >>/etc/motd"
ExecStart=/bin/bash -c "echo -e \"{{.HostOS.MOTDBanner.EtcdColour.On}}Etcd Server{{.HostOS.MOTDBanner.EtcdColour.Off}} {{.Etcd.Version}}\" >>/etc/motd"

[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit 9d7378f

Please sign in to comment.