2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 11:01:09 +00:00

Fix path to apiclient in add_local_repositories

This commit is contained in:
Jarrod Johnson 2022-04-13 09:48:33 -04:00
parent 1e77448b3a
commit 8c54b6eaf8

View File

@ -5,7 +5,7 @@ except ImportError:
import cStringIO
import imp
import sys
apiclient = imp.load_source('apiclient', '/etc/confluent/apiclient')
apiclient = imp.load_source('apiclient', '/opt/confluent/bin/apiclient')
repo = None
server = None
profile = None