Skip to content

Commit

Permalink
[#1272] Fix CLI flag position
Browse files Browse the repository at this point in the history
  • Loading branch information
fivitti committed Jan 23, 2024
1 parent 089fdb9 commit 0166006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rakelib/90_hooks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0166006

Please sign in to comment.