From 49a6436c18e472ee38fa9290b4000d715689cb47 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Thu, 28 Feb 2019 13:02:19 -0800 Subject: [PATCH] fix wording in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5791a0001..ef4ee5b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ names [GH-7266] * builder/openstack: Pass context So we know to cancel during WaitForImage [GH-7341] -* builder/vmware-esxi: Should properly strip whitespace from end of names of +* builder/vmware-esxi: Strip \r\n whitespace from end of names of files stored on esxi. [GH-7310] * builder/vmware: Add "--noSSLVerify" to args in ovftool Validation [GH-7314] * core: clean up Makefile [GH-7254][GH-7265]