Skip to content

Commit 446d68a

Browse files
committed
fix(cmd): rename repo to deis.
Replace reference to notmaxx repo with deis repo
1 parent f948c83 commit 446d68a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

cmd/timeouts.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66

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

9-
"github.com/notmaxx/controller-sdk-go/api"
10-
"github.com/notmaxx/controller-sdk-go/config"
9+
"github.com/deis/controller-sdk-go/api"
10+
"github.com/deis/controller-sdk-go/config"
1111
)
1212

1313
// TimeoutsList lists an app's timeouts.

cmd/timeouts_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"testing"
88

99
"github.com/arschles/assert"
10-
"github.com/notmaxx/controller-sdk-go/api"
11-
"github.com/notmaxx/workflow-cli/pkg/testutil"
10+
"github.com/deis/controller-sdk-go/api"
11+
"github.com/deis/workflow-cli/pkg/testutil"
1212
)
1313

1414
type parseTimeoutCase struct {

parser/timeouts.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/notmaxx/workflow-cli/cmd"
4+
"github.com/deis/workflow-cli/cmd"
55
docopt "github.com/docopt/docopt-go"
66
)
77

parser/timeouts_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"testing"
77

88
"github.com/arschles/assert"
9-
"github.com/notmaxx/workflow-cli/pkg/testutil"
9+
"github.com/deis/workflow-cli/pkg/testutil"
1010
)
1111

1212
// Create fake implementations of each method that return the argument

0 commit comments

Comments
 (0)