Merge pull request #337 from ribice/patch-1

Update bookmarks.go
This commit is contained in:
Dan Sosedoff 2018-01-30 23:22:33 -06:00 committed by GitHub
commit 0a0b07a255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ func readServerConfig(path string) (Bookmark, error) {
bookmark.Port = 5432
}
// List of all supported by portgres modes
// List of all supported postgres modes
modes := []string{"disable", "allow", "prefer", "require", "verify-ca", "verify-full"}
valid := false