fix: ci happy now?
This commit is contained in:
parent
b6d324be69
commit
c316f53e23
1 changed files with 1 additions and 2 deletions
1
app.go
1
app.go
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue