Skip to content

Commit 4e7493a

Browse files
author
Aaron Schlesinger
committed
fix(deis.go): remove client prefix from import path
1 parent 3d5345b commit 4e7493a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"strings"
88
"syscall"
99

10-
"github.com/deis/workflow-cli/client/parser"
10+
"github.com/deis/workflow-cli/parser"
1111
docopt "github.com/docopt/docopt-go"
1212
)
1313

0 commit comments

Comments
 (0)