Merge pull request #6139 from AllenZMC/patch-1

fix word 'potgres' to 'postgres'
pull/6143/head
Matthew Fisher 5 years ago committed by GitHub
commit 4ed3a77717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@ import (
"github.com/jmoiron/sqlx"
migrate "github.com/rubenv/sql-migrate"
// Import pq for potgres dialect
// Import pq for postgres dialect
_ "github.com/lib/pq"
rspb "k8s.io/helm/pkg/proto/hapi/release"

Loading…
Cancel
Save