summaryrefslogtreecommitdiffstats
path: root/src/profile.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-16 18:39:11 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-16 18:39:11 (EDT)
commit044985f6987c03811b9782d38caed62dc0c5cb48 (patch)
tree23b5b9b38f109e77d56eeaa7b8fbea5120718868 /src/profile.sh
parentc89ed39fc853fbdbb2c506f10389e22ec5218d7d (diff)
profile_get_cert_path(): Change to profile_get_cert_url()
Diffstat (limited to 'src/profile.sh')
-rw-r--r--src/profile.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/profile.sh b/src/profile.sh
index adf3c86..5cfe5c4 100644
--- a/src/profile.sh
+++ b/src/profile.sh
@@ -111,9 +111,11 @@ profile_feeds()
"prof_${profile}_feeds" "${mirror}" "${arch}" "${plat}" "${suite}"
}
-profile_get_cert_path()
+profile_get_cert_url()
{
- "prof_${profile}_get_cert_path"
+ local mirror="${1}"
+
+ "prof_${profile}_get_cert_url" "${mirror}"
}
profile_get_root_key()