Skip to content
Permalink
Browse files

fix typo breaking USB backup (#79)

  • Loading branch information
csboling committed May 9, 2020
1 parent 7b26377 commit 2bd3eb0323bb4f62bd39e8d54a50ad4f8b5ac105
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/ansible_preset_docdef.c
@@ -92,7 +92,7 @@ json_docdef_t ansible_meta_docdefs[] = {
.write = json_write_object,
.state = &ansible_app_object_state[0],
.params = &((json_read_object_params_t) {
.docdef_ct = 7,
.docdef_ct = 4,
.docdefs = ((json_docdef_t[]) {
{
.name = "active",

0 comments on commit 2bd3eb0

Please sign in to comment.