From c51493d3681cb787e06208fa83195a02b2d315bf Mon Sep 17 00:00:00 2001 From: "Lucas C. Villa Real" Date: Wed, 11 Jan 2017 15:23:34 -0200 Subject: Fixes typo on function name. --- bin/ThirdPartyInstaller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ThirdPartyInstaller b/bin/ThirdPartyInstaller index 1d38270..7fd6b30 100755 --- a/bin/ThirdPartyInstaller +++ b/bin/ThirdPartyInstaller @@ -349,7 +349,7 @@ function take_dependency_from_path() { if ! Boolean "no-web" then Log_Normal "Searching the remote $(thirdparty_backend) database for the package hosting $originalpath" - depname=$(third_party_search_remotedb "$originalpath" "$arch" "$distro") + depname=$(thirdparty_search_remotedb "$originalpath" "$arch" "$distro") if [ "$depname" ] then # TODO: we could now lookup the GoboLinux recipe store to find whether we -- cgit v1.1