Skip to content

Commit

Permalink
Correct code comment for pg
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Oct 25, 2018
1 parent f3e2bd2 commit 2cc6151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/remote-state/pg/backend_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2cc6151

Please sign in to comment.