Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add md5 option #179

Merged
merged 6 commits into from
Jan 22, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix object reference
  • Loading branch information
grahampugh committed Nov 27, 2024
commit 55af1d60fe139ff06a6df4aa29a5e7ef466bb7bb
Original file line number Diff line number Diff line change
@@ -942,7 +942,7 @@ def execute(
# create a dictionary of package metadata from the inputs
pkg_category = self.env.get("pkg_category")
reboot_required = self.env.get("reboot_required")
if not reboot_required or self.reboot_required == "False":
if not reboot_required or reboot_required == "False":
reboot_required = False
send_notification = self.env.get("send_notification")
if not send_notification or send_notification == "False":