Correct code comment for pg

This commit is contained in:
Mars Hall 2018-10-14 12:47:38 -07:00 committed by Mars Hall
parent 328e562925
commit 9feda7aab3
1 changed files with 1 additions and 1 deletions

View File

@ -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 {