Skip to content

Commit

Permalink
backport of commit a3482b6
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoe committed Jul 15, 2022
1 parent be3bec8 commit 1436fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/show.go
Expand Up @@ -151,7 +151,7 @@ func (c *ShowCommand) showFromLatestStateSnapshot() (*statefile.File, tfdiags.Di
// Get the latest state snapshot from the backend for the current workspace
stateFile, stateErr := getStateFromBackend(b, workspace)
if stateErr != nil {
diags = diags.Append(stateErr.Error())
diags = diags.Append(stateErr)
return nil, diags
}

Expand Down

0 comments on commit 1436fd3

Please sign in to comment.