Skip to content

Commit 5602a17

Browse files
author
Gabriel Monroy
committed
fix(main): fix package path
1 parent 8b9455d commit 5602a17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deisctl/deisctl.go

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

9-
"github.com/deis/deis/deisctl"
9+
"github.com/deis/deisctl"
1010
docopt "github.com/docopt/docopt-go"
1111
)
1212

0 commit comments

Comments
 (0)