Skip to content

Commit

Permalink
fix(cmd): fix repo name.
Browse files Browse the repository at this point in the history
Replace local repo name with deis
  • Loading branch information
notmaxx committed Jun 19, 2018
1 parent ac6c077 commit d854bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/deis/pkg/prettyprint"

"github.com/workato/deis-controller-sdk-go/services"
"github.com/deis/controller-sdk-go/services"
)

// ServicesList lists extra services for the app
Expand Down
2 changes: 1 addition & 1 deletion parser/services.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package parser

import (
"github.com/workato/deis-workflow-cli/cmd"
"github.com/deis/workflow-cli/cmd"
docopt "github.com/docopt/docopt-go"
)

Expand Down

0 comments on commit d854bcf

Please sign in to comment.