Resolve conflict

This commit is contained in:
Alicia Sykes 2022-12-19 20:46:56 +00:00
parent 35f9ea4b38
commit 38a2c2a9b9

View File

@ -21,14 +21,8 @@ getConfiguredClient () {
fi fi
} }
<<<<<<< HEAD
## Allows to call the users configured client without if statements everywhere
httpGet()
{
=======
# Call appropriate http get method # Call appropriate http get method
httpGet() { httpGet() {
>>>>>>> fe6ffbba54ca34778e1f4245466e1efc3394b896
case "$configuredClient" in case "$configuredClient" in
curl) curl -A curl -s "$@" ;; curl) curl -A curl -s "$@" ;;
wget) wget -qO- "$@" ;; wget) wget -qO- "$@" ;;