Fixed typo in qrify wget check (#53)

This commit is contained in:
Chad Furman 2017-07-13 18:14:47 -04:00 committed by Alex Epstein
parent 45ec50e5c0
commit faa0210a5a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ getConfiguredClient()
{ {
if command -v curl &> /dev/null ; then if command -v curl &> /dev/null ; then
configuredClient="curl" configuredClient="curl"
elif command -v wget &v/dev/null ; then elif command -v wget &> /dev/null ; then
configuredClient="wget" configuredClient="wget"
else else
echo "Error: This tool requires either curl or wget to be installed." >&2 echo "Error: This tool requires either curl or wget to be installed." >&2