Skip to content

Commit 1b51903

Browse files
author
Matthew Fisher
committed
Merge pull request #1 from bacongobbler/fixup-pkg-name
fix(etcd): use deis/pkg
2 parents 35b0ddc + 6f91c20 commit 1b51903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etcd/members.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/Masterminds/cookoo"
88
"github.com/Masterminds/cookoo/log"
99
"github.com/coreos/etcd/client"
10-
"github.com/deis/deis/pkg/k8s"
10+
"github.com/deis/pkg/k8s"
1111

1212
"k8s.io/kubernetes/pkg/labels"
1313
)

0 commit comments

Comments
 (0)