Minor typo

This commit is contained in:
Juan Font Alonso 2021-07-11 15:10:37 +02:00
parent 7d46dfe012
commit cf9d920e4a

2
app.go
View file

@ -78,7 +78,7 @@ func NewHeadscale(cfg Config) (*Headscale, error) {
case "sqlite3":
dbString = cfg.DBpath
default:
return nil, errors.New("Unsupported DB")
return nil, errors.New("unsupported DB")
}
h := Headscale{