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