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:
parent
1e77448b3a
commit
8c54b6eaf8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user