This commit is contained in:
Michael Quigley 2023-05-01 12:23:39 -04:00
parent 1f37ca3ded
commit 393641ce7b
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -23,8 +23,7 @@ import (
var accessPrivateCmd *accessPrivateCommand
func init() {
accessPrivateCmd = newAccessPrivateCommand()
accessCmd.AddCommand(accessPrivateCmd.cmd)
accessCmd.AddCommand(newAccessPrivateCommand().cmd)
}
type accessPrivateCommand struct {