fix: ci happy now?

This commit is contained in:
Azz 2022-08-17 19:32:20 +01:00
parent b6d324be69
commit c316f53e23
No known key found for this signature in database
GPG key ID: FA4B7CA14E83F106

1
app.go
View file

@ -129,7 +129,6 @@ func NewHeadscale(cfg *Config) (*Headscale, error) {
switch cfg.DBtype { switch cfg.DBtype {
case Postgres: case Postgres:
dbString = fmt.Sprintf( dbString = fmt.Sprintf(
"host=%s port=%d dbname=%s user=%s password=%s",
"host=%s dbname=%s user=%s", "host=%s dbname=%s user=%s",
cfg.DBhost, cfg.DBhost,
cfg.DBname, cfg.DBname,