From 472d958b10cdeb0f495cdaff44d43f5dea640433 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Wed, 8 Jan 2020 14:27:39 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87524b1f4..2121dfcc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ ENHANCEMENTS: BUG FIXES: -* commant/init: Fix an issue with via an update to go-getter where modules would fail to download from the registry [GH-23792] +* command/init: Fix an issue with via an update to go-getter where modules would fail to download from the registry [GH-23792] * command/init: use backend config from state when `-backend=false` is used during `init`. [GH-23802] * core: Do not evaluate unused config values, which may not be valid during destroy [GH-23717] * core: Better error handling for an odd "should never happen" situation regarding the restoration of a deposed instance during a `create_before_destroy` replace action. While this does not yet fix the situation (it can still happen), it now has a specialized error message to hopefully help gather some more information about the root cause in future reports. [GH-23718]