diff options
Diffstat (limited to 'cmd/gotosocial/testrig.go')
| -rw-r--r-- | cmd/gotosocial/testrig.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/gotosocial/testrig.go b/cmd/gotosocial/testrig.go index ee21b7312..55498243b 100644 --- a/cmd/gotosocial/testrig.go +++ b/cmd/gotosocial/testrig.go @@ -19,6 +19,7 @@ package main import ( "code.superseriousbusiness.org/gotosocial/cmd/gotosocial/action/testrig" + "code.superseriousbusiness.org/gotosocial/internal/config" "github.com/spf13/cobra" ) @@ -38,6 +39,7 @@ func testrigCommands() *cobra.Command { } testrigCmd.AddCommand(testrigStartCmd) + config.AddTestrig(testrigCmd) return testrigCmd } return nil |
