From e00ed88255e60b35debde2439c6e262076778630 Mon Sep 17 00:00:00 2001 From: Luces Huayhuaca <21225410+uturunku1@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:44:36 -0800 Subject: [PATCH] Update errors.go --- errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors.go b/errors.go index 9c8fd9e0d..1b2a98f9c 100644 --- a/errors.go +++ b/errors.go @@ -66,7 +66,7 @@ var ( // to determine if it is safe to delete. "conflict" followed by newline is used to // preserve go-tfe version compatibility with the error constructed at runtime before it was // defined here. - ErrWorkspaceStillProcessing = errors.New("conflict\nlatest workspace state version is still being processed, and attempting to discover resources") + ErrWorkspaceStillProcessing = errors.New("conflict\nlatest workspace state is still being processed, and attempting to discover resources") // ErrWorkspaceNotSafeToDelete is returned when a workspace has processed state and // is determined to still have resources present. "conflict" followed by newline is used to