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

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