Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion safe_hashes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@ EOF
value="${value_input:-$value}"
validate_value $value "value"

read -rp "Enter the \`data\` (default: $data): " data_input
read -erp "Enter the \`data\` (default: $data): " data_input
data="${data_input:-$data}"

while true; do
Expand Down