1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:17:35 +00:00

Base: Unquote the timestamp in a quote

`fortune` was failing to read this and treating the timestamp as 0.

The irony in this being a quote about the absence of boogs is not lost
on me. :^)
This commit is contained in:
Sam Atkins 2022-12-22 14:08:59 +00:00 committed by Sam Atkins
parent 00db1dffa8
commit c4e8509aac

View file

@ -100,7 +100,7 @@
{
"quote": "Changelog: All boogs fixed, thar be no moar boogs",
"author": "CxByte",
"utc_time": "1627859603",
"utc_time": 1627859603,
"url": "https://github.com/SerenityOS/serenity/pull/9127#issuecomment-890603297"
},
{