Skip to content

Commit

Permalink
Improve error messaging. (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-rieke committed Jan 31, 2024
1 parent d0502a7 commit 97d2281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atrium/vestibulum/trcdb/carrierfactory/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ func TrcUpdate(ctx context.Context, req *logical.Request, reqData *framework.Fie
if sha256Interface, shaOk := tokenEnvMap["trcsha256"]; shaOk {
sha256 = sha256Interface.(string)
} else {
sha256 = "Failure to copy plugin."
sha256 = "Plugin not copied."
}

return &logical.Response{
Expand Down

0 comments on commit 97d2281

Please sign in to comment.