diff --git a/format/applebookmark/apple_bookmark.jq b/format/applebookmark/apple_bookmark.jq index 24898258..1a97a6cd 100644 --- a/format/applebookmark/apple_bookmark.jq +++ b/format/applebookmark/apple_bookmark.jq @@ -1,6 +1,6 @@ def _apple_bookmark_torepr: def _f: - ( if .type == "String" then .data | tovalue + ( if .type == "string" then .data | tovalue elif .type == "data" then .data | tovalue elif .type == "byte" then .data | tovalue elif .type == "short" then .data | tovalue