From 4fe356bcba3aa07b1a52853e2c19857f5dc68a98 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 26 Jun 2019 11:40:16 -0700 Subject: [PATCH] fix changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53125c7a0..11eddf6ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,8 +29,6 @@ create preemptible instance type [GH-7734] * core: scrub out sensitive variables in scrub out sensitive variables logs [GH-7743] -* provisioner/powershell: Fix null file descriptor error that occurred when - remote_path provided is a directory and not a file. [GH-7705] ### BUG FIXES: * builder/alicloud: Fix describing snapshots issue when image_ignore_data_disks @@ -58,6 +56,8 @@ Chef [GH-7653] * provisioner/powershell: Fix crash caused by error in retry logic check in powershell provisioner [GH-7657] +* provisioner/powershell: Fix null file descriptor error that occurred when + remote_path provided is a directory and not a file. [GH-7705] ## 1.4.1 (May 15, 2019)