aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas C. Villa Real <lucasvr@gmail.com>2017-01-11 15:23:34 -0200
committerLucas C. Villa Real <lucasvr@gmail.com>2017-01-11 15:23:34 -0200
commitc51493d3681cb787e06208fa83195a02b2d315bf (patch)
tree522bc4fe6b08276d86f0224a7fb869bf1673248f
parentc4f1a207803aa9e06847a6236a6d1d9477e409ee (diff)
downloadThirdPartyInstallers-c51493d3681cb787e06208fa83195a02b2d315bf.tar.xz
Fixes typo on function name.
-rwxr-xr-xbin/ThirdPartyInstaller2
1 files changed, 1 insertions, 1 deletions
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