mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-10 08:35:42 +00:00
fix typo
This commit is contained in:
parent
0a0182da13
commit
8067dc9e77
@ -47,7 +47,7 @@ fi
|
|||||||
|
|
||||||
grepMatch=$(grep -m 1 -n "$1" checksums_hashes_order)
|
grepMatch=$(grep -m 1 -n "$1" checksums_hashes_order)
|
||||||
if [ "$grepMatch" == "" ]; then
|
if [ "$grepMatch" == "" ]; then
|
||||||
echo "Could not find hash algorith '$1' in checksums_hashes_order"
|
echo "Could not find hash algorithm '$1' in checksums_hashes_order"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user