mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-22 08:03:30 +01:00
fix: lint warnings
This commit is contained in:
parent
d4a9f4d38a
commit
84f4d51c6c
@ -111,6 +111,6 @@ func init() {
|
||||
mgmtCmd.Flags().StringVar(&mgmtDataDir, "datadir", "/data", "server data directory location")
|
||||
mgmtCmd.Flags().StringVar(&mgmtLetsencryptDomain, "letsencrypt-domain", "", "a domain to issue Let's Encrypt certificate for. Enables TLS using Let's Encrypt. Will fetch and renew certificate, and run the server with TLS")
|
||||
|
||||
mgmtCmd.MarkFlagRequired("port")
|
||||
mgmtCmd.MarkFlagRequired("datadir")
|
||||
_ = mgmtCmd.MarkFlagRequired("port")
|
||||
_ = mgmtCmd.MarkFlagRequired("datadir")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user