From 47c0d95bd45198989fa2bc4ae0f3e85684fb3d08 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 18 Mar 2025 18:26:08 -0700 Subject: [PATCH] refactor: Add missing `--read` flag in `update-history.py` --- scripts/update-history.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update-history.py b/scripts/update-history.py index 727b8f034..3db6e0a30 100755 --- a/scripts/update-history.py +++ b/scripts/update-history.py @@ -107,6 +107,7 @@ def main(): hist_path, "--read", log_path, + "--read", diff_path, "--msg", message,