aboutsummaryrefslogtreecommitdiff
path: root/cmd/cashier/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cashier/main.go')
-rw-r--r--cmd/cashier/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cashier/main.go b/cmd/cashier/main.go
index 4ceaa80..b25e36a 100644
--- a/cmd/cashier/main.go
+++ b/cmd/cashier/main.go
@@ -9,7 +9,7 @@ import (
"path"
"time"
- "github.com/nsheridan/cashier/cmd/cashier/client"
+ "github.com/nsheridan/cashier/client"
"github.com/pkg/browser"
"github.com/spf13/pflag"
"golang.org/x/crypto/ssh/agent"