We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a578b9 commit 980b594Copy full SHA for 980b594
kvirt/common/__init__.py
@@ -2382,7 +2382,7 @@ def install_provider(provider, pip=False):
2382
if not pip:
2383
warning("Using pip as this is the only way for this provider")
2384
cmd = 'pip3 install google-api-python-client google-auth-httplib2 google-cloud-dns google-cloud-storage'
2385
- cmd += 'google-cloud-compute google-cloud-container'
+ cmd += ' google-cloud-compute google-cloud-container'
2386
elif provider == 'ibm':
2387
2388
0 commit comments