File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ function set_imds_token()
5858function get_meta()
5959{
6060 local imds_out=$( curl -s -q -H " X-aws-ec2-metadata-token:${IMDS_TOKEN} " -f ${METADATA_BASEURL} /latest/${1} )
61- echo -n ${imds_out}
61+ echo -n " ${imds_out} "
6262}
6363
6464# print standard metric
Original file line number Diff line number Diff line change 11Name: ec2-utils
22Summary: A set of tools for running in EC2
3- Version: 1.1
3+ Version: 1.2
44Release: 1%{?dist }
55License: MIT
66Group: System Tools
@@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
8080%{_sysconfdir }/udev/rules.d/70-ec2-nvme-devices.rules
8181
8282%changelog
83+ * Tue Feb 25 2020 Frederick Lefebvre <fredlef@amazon.com> 1.2-1
84+ - Fix output of multi-line fields
85+
8386* Wed Jan 15 2020 Frederick Lefebvre <fredlef@amazon.com> 1.1-1
8487- Add IMDSv2 support
8588
You can’t perform that action at this time.
0 commit comments