From 234995f297c4067f4dfdba305f3b16a90143cf12 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Thu, 26 Jul 2018 16:56:25 +0300 Subject: handle env errors --- cmd/rr/cmd/root.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd') diff --git a/cmd/rr/cmd/root.go b/cmd/rr/cmd/root.go index 79f43398..595395c0 100644 --- a/cmd/rr/cmd/root.go +++ b/cmd/rr/cmd/root.go @@ -24,11 +24,11 @@ import ( "github.com/sirupsen/logrus" "github.com/spf13/cobra" "github.com/spf13/viper" + "github.com/spiral/roadrunner/cmd/rr/debug" "github.com/spiral/roadrunner/cmd/rr/utils" "github.com/spiral/roadrunner/service" - "os" "github.com/spiral/roadrunner/service/http" - "github.com/spiral/roadrunner/cmd/rr/debug" + "os" ) // Service bus for all the commands. -- cgit v1.2.3