Skip to content

Commit 980b594

Browse files
authored
Add missing space for gcp pip3 install command (#802)
1 parent 3a578b9 commit 980b594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kvirt/common/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2382,7 +2382,7 @@ def install_provider(provider, pip=False):
23822382
if not pip:
23832383
warning("Using pip as this is the only way for this provider")
23842384
cmd = 'pip3 install google-api-python-client google-auth-httplib2 google-cloud-dns google-cloud-storage'
2385-
cmd += 'google-cloud-compute google-cloud-container'
2385+
cmd += ' google-cloud-compute google-cloud-container'
23862386
elif provider == 'ibm':
23872387
if not pip:
23882388
warning("Using pip as this is the only way for this provider")

0 commit comments

Comments
 (0)