summaryrefslogtreecommitdiff
path: root/internal/cli/reset/command.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cli/reset/command.go')
-rw-r--r--internal/cli/reset/command.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cli/reset/command.go b/internal/cli/reset/command.go
index f48856cc..7f7eaffe 100644
--- a/internal/cli/reset/command.go
+++ b/internal/cli/reset/command.go
@@ -4,7 +4,7 @@ import (
"log"
"sync"
- internalRpc "github.com/roadrunner-server/roadrunner/v2/internal/rpc"
+ internalRpc "github.com/roadrunner-server/roadrunner/v2023/internal/rpc"
"github.com/roadrunner-server/errors"
"github.com/spf13/cobra"