diff options
Diffstat (limited to 'internal/cli/stop/command.go')
-rw-r--r-- | internal/cli/stop/command.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cli/stop/command.go b/internal/cli/stop/command.go index 79b6f16b..28f7a4d6 100644 --- a/internal/cli/stop/command.go +++ b/internal/cli/stop/command.go @@ -8,7 +8,7 @@ import ( "time" "github.com/roadrunner-server/errors" - "github.com/roadrunner-server/roadrunner/v2023/internal/sdnotify" + "github.com/roadrunner-server/roadrunner/v2024/internal/sdnotify" "github.com/spf13/cobra" ) |