mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-14 17:41:43 +08:00
remove extra arg
This commit is contained in:
2
main.go
2
main.go
@@ -48,7 +48,7 @@ func main() {
|
||||
flDEPCS = flag.String("dep-consumer-secret", envString("DEP_CONSUMER_SECRET", ""), "dep consumer secret")
|
||||
flDEPAT = flag.String("dep-access-token", envString("DEP_ACCESS_TOKEN", ""), "dep access token")
|
||||
flDEPAS = flag.String("dep-access-secret", envString("DEP_ACCESS_SECRET", ""), "dep access secret")
|
||||
flDEPsim = flag.Bool("depsim", false, envBool("DEP_USE_DEPSIM"), "use default depsim credentials")
|
||||
flDEPsim = flag.Bool("depsim", envBool("DEP_USE_DEPSIM"), "use default depsim credentials")
|
||||
flDEPServerURL = flag.String("dep-server-url", envString("DEP_SERVER_URL", ""), "dep server url. for testing. Use blank if not running against depsim")
|
||||
flPkgRepo = flag.String("pkg-repo", envString("MICROMDM_PKG_REPO", ""), "path to pkg repo")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user