Skip to content

Commit eda3976

Browse files
author
Diwaker Gupta
committed
Fix account.
1 parent a3c047c commit eda3976

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmd/account.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"os"
2121
"text/tabwriter"
2222

23-
"github.com/dropbox/dropbox-sdk-go-unofficial/users"
23+
"github.com/dropbox/dropbox-sdk-go-unofficial/dropbox/users"
2424
"github.com/spf13/cobra"
2525
)
2626

@@ -57,6 +57,7 @@ func account(cmd *cobra.Command, args []string) error {
5757
return errors.New("`account` accepts an optional `id` argument")
5858
}
5959

60+
dbx := users.New(config)
6061
w := new(tabwriter.Writer)
6162
w.Init(os.Stdout, 4, 8, 1, ' ', 0)
6263

0 commit comments

Comments
 (0)