From 0d3525d80fbeee78ae49384f2d722de20127a040 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 3 Mar 2018 18:50:18 +0300 Subject: Rename bpkg repository type to pkg --- bpkg/pkg-fetch.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bpkg/pkg-fetch.cxx') diff --git a/bpkg/pkg-fetch.cxx b/bpkg/pkg-fetch.cxx index fbe5b5c..1dd9f2e 100644 --- a/bpkg/pkg-fetch.cxx +++ b/bpkg/pkg-fetch.cxx @@ -224,9 +224,7 @@ namespace bpkg text << "fetching " << pl->location.leaf () << " " << "from " << pl->repository->name; - path a ( - bpkg_fetch_archive (co, pl->repository->location, pl->location, c)); - + path a (pkg_fetch_archive (co, pl->repository->location, pl->location, c)); auto_rmfile arm (a); // We can't be fetching an archive for a transient object. -- cgit v1.1