Skip to content

Commit

Permalink
Fix wrong buckettype name
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-bjareholt committed May 11, 2019
1 parent 8358a6f commit 60afae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/activitywatch.vim
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function! s:CreateBucket()
\ 'name': s:bucketname,
\ 'hostname': hostname(),
\ 'client': 'aw-watcher-vim',
\ 'type': 'app.editor'
\ 'type': 'app.editor.activity'
\}
call HTTPPostJson(s:bucket_apiurl, l:body)
endfunc
Expand Down

0 comments on commit 60afae4

Please sign in to comment.