Skip to content

Commit

Permalink
Actually vendor in the auth package from the Go SDK.
Browse files Browse the repository at this point in the history
Also fix `share list folders` invocation in test script.
  • Loading branch information
Diwaker Gupta committed Aug 1, 2016
1 parent 27e0d3e commit 9bb2bfb
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contrib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ ${dbxcli} rmdir ${d}

echo "Testing share commands"

echo "Testing share list-folders"
${dbxcli} share list-folders
echo "Testing share list folders"
${dbxcli} share list folders

echo "Testing team commands"
echo "Testing team info"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
{
"checksumSHA1": "9jjO5GjLa0XF/nfWihF02RoH4qc=",
"path": "golang.org/x/net/context",
"revision": "6a513affb38dc9788b449d59ffed099b8de18fa0",
"revisionTime": "2016-07-26T08:19:14Z"
"revision": "35028a49ca5a73b486af60cd20ac21cd6b67bfdb",
"revisionTime": "2016-07-31T22:09:09Z"
},
{
"checksumSHA1": "DSW8n4bSrd8JdBINM/DFoRWK64w=",
Expand Down

0 comments on commit 9bb2bfb

Please sign in to comment.