From 2005670fb8325a97d5c7e4216e73c4bf62437227 Mon Sep 17 00:00:00 2001 From: anshul sharma Date: Tue, 29 Jul 2025 17:38:39 +0530 Subject: [PATCH] review suggested change --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 567b4805e..a27487fdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ ### BUG FIXES: -* core: Fixes the default execute command for inline and scripts to its original behavior from v1.12.0. +* core: Fixes the default execute command for script and scripts to its original behavior from v1.12.0. The recent change to use the -File operator for script execution required adjustments that are addressed in this PR. [GH-13422](https://github.com/hashicorp/packer/pull/13422)