From e4a1a8e372b8ef0709cc691193ae81c0be3f1d22 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Thu, 17 Jan 2019 17:39:24 +0100
Subject: [PATCH] [ci] Fix typo

---
 bob/devtools/scripts/ci.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/devtools/scripts/ci.py b/bob/devtools/scripts/ci.py
index f1c08f31..d2e92dcc 100644
--- a/bob/devtools/scripts/ci.py
+++ b/bob/devtools/scripts/ci.py
@@ -269,7 +269,7 @@ def build(dry_run):
 
   # notice this condarc typically will only contain the defaults channel - we
   # need to boost this up with more channels to get it right.
-  channels = bootstrap.get_channels(public=public, stable=(not is_prerelease),
+  channels = get_channels(public=public, stable=(not is_prerelease),
       server=SERVER, intranet=True)
   logger.info('Using the following channels during build:\n  - %s',
       '\n  - '.join(channels + ['defaults']))
-- 
GitLab