From 8b2a66270ae032e5fad302115cf841d11090e24f Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 11 Feb 2026 15:26:56 +0300 Subject: [PATCH] Fix patch-git.lua --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 8a6a2c9..73c63be 100644 --- a/config.yaml +++ b/config.yaml @@ -46,7 +46,7 @@ actions: .. ' --date=default > ' .. git_log_file) replace: | 'log --first-parent --no-decorate --no-renames --raw --pretty=fuller' - .. ' --date=default > ' .. log_branch .. ' > ' .. git_log_file) + .. ' --date=default ' .. log_branch .. ' > ' .. git_log_file) count: 1 - target: "spec" find: "%define target %{_target_cpu}-redhat-linux"