From 016600642e34adc95139b0d48ecb0f4302201b86 Mon Sep 17 00:00:00 2001 From: Slawek Figiel Date: Tue, 23 Jan 2024 14:13:12 +0100 Subject: [PATCH] [#1272] Fix CLI flag position --- rakelib/90_hooks.rake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rakelib/90_hooks.rake b/rakelib/90_hooks.rake index 15a1899ea..a959aeae8 100644 --- a/rakelib/90_hooks.rake +++ b/rakelib/90_hooks.rake @@ -197,9 +197,9 @@ namespace :hook do "--license", "MPL 2.0", "--url", "https://gitlab.isc.org/isc-projects/stork/", "--vendor", "Internet Systems Consortium, Inc.", - "#{hook_filename}=/var/lib/stork-#{kind}/hooks/#{hook_filename}", # Enables the compatibility with the FIPS mode for RPM packages. - "--rpm-digest", "sha256" + "--rpm-digest", "sha256", + "#{hook_filename}=/var/lib/stork-#{kind}/hooks/#{hook_filename}" end end end