mirror of
https://github.com/juanfont/headscale.git
synced 2026-04-23 00:58:43 +02:00
Add and fix ifshort
This commit is contained in:
@@ -43,8 +43,7 @@ func main() {
|
||||
NoColor: !colors,
|
||||
})
|
||||
|
||||
err := cli.LoadConfig("")
|
||||
if err != nil {
|
||||
if err := cli.LoadConfig(""); err != nil {
|
||||
log.Fatal().Err(err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user