mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-10 17:12:33 +08:00
Minor typo
This commit is contained in:
parent
7d46dfe012
commit
cf9d920e4a
1 changed files with 1 additions and 1 deletions
2
app.go
2
app.go
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue