We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6c077 commit d854bcfCopy full SHA for d854bcf
2 files changed
cmd/services.go
@@ -5,7 +5,7 @@ import (
5
6
"github.com/deis/pkg/prettyprint"
7
8
- "github.com/workato/deis-controller-sdk-go/services"
+ "github.com/deis/controller-sdk-go/services"
9
)
10
11
// ServicesList lists extra services for the app
parser/services.go
@@ -1,7 +1,7 @@
1
package parser
2
3
import (
4
- "github.com/workato/deis-workflow-cli/cmd"
+ "github.com/deis/workflow-cli/cmd"
docopt "github.com/docopt/docopt-go"
0 commit comments