Skip to content

Commit

Permalink
fix type of attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jul 11, 2023
1 parent 7101ec9 commit c9ec48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/lib/agama/storage/callbacks/activate_luks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def question(info, attempt)
"device" => info.device_name,
"label" => info.label,
"size" => formatted_size(info.size),
"attempt" => attempt
"attempt" => attempt.to_s
}
QuestionWithPassword.new(
qclass: "storage.luks_activation",
Expand Down

0 comments on commit c9ec48b

Please sign in to comment.