diff --git a/format/applebookmark/apple_bookmark.jq b/format/applebookmark/apple_bookmark.jq index f18a324a..24898258 100644 --- a/format/applebookmark/apple_bookmark.jq +++ b/format/applebookmark/apple_bookmark.jq @@ -4,7 +4,7 @@ def _apple_bookmark_torepr: elif .type == "data" then .data | tovalue elif .type == "byte" then .data | tovalue elif .type == "short" then .data | tovalue - elif .type == "Int" then .data | tovalue + elif .type == "int" then .data | tovalue elif .type == "long" then .data | tovalue elif .type == "float" then .data | tovalue elif .type == "double" then .data | tovalue