Skip to content

Commit 36f3bc2

Browse files
committed
fix(core_dl): remove duplicate ellipsis in hash verification message
1 parent 83bab98 commit 36f3bc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lgsm/modules/core_dl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ fn_dl_hash() {
204204
fn_print_error_nl "hash length not known for hash type"
205205
core_exit.sh
206206
fi
207-
echo -en "verifying ${local_filename} with ${hashtype}..."
207+
echo -en "verifying ${local_filename} with ${hashtype}"
208208
fn_sleep_time
209209
hashsumcmd=$(${hashbin} "${local_filedir}/${local_filename}" | awk '{print $1}')
210210
if [ "${hashsumcmd}" != "${hash}" ]; then

0 commit comments

Comments
 (0)