Skip to content

Commit d854bcf

Browse files
committed
fix(cmd): fix repo name.
Replace local repo name with deis
1 parent ac6c077 commit d854bcf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/services.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55

66
"github.com/deis/pkg/prettyprint"
77

8-
"github.com/workato/deis-controller-sdk-go/services"
8+
"github.com/deis/controller-sdk-go/services"
99
)
1010

1111
// ServicesList lists extra services for the app

parser/services.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package parser
22

33
import (
4-
"github.com/workato/deis-workflow-cli/cmd"
4+
"github.com/deis/workflow-cli/cmd"
55
docopt "github.com/docopt/docopt-go"
66
)
77

0 commit comments

Comments
 (0)