From 9feda7aab3beb7db1bb842f23af2f0aeafca5b82 Mon Sep 17 00:00:00 2001 From: Mars Hall Date: Sun, 14 Oct 2018 12:47:38 -0700 Subject: [PATCH] Correct code comment for pg --- backend/remote-state/pg/backend_state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/remote-state/pg/backend_state.go b/backend/remote-state/pg/backend_state.go index bbe7ee762..cc15b75cc 100644 --- a/backend/remote-state/pg/backend_state.go +++ b/backend/remote-state/pg/backend_state.go @@ -70,7 +70,7 @@ func (b *Backend) State(name string) (state.State, error) { // is a normal create operation, and take the lock at that point. // // If we need to force-unlock, but for some reason the state no longer - // exists, the user will have to use aws tools to manually fix the + // exists, the user will have to use the `psql` tool to manually fix the // situation. existing, err := b.States() if err != nil {