Fixing missing ,
This commit is contained in:
parent
29daa9c40a
commit
35db7917b0
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ class Terraform(object):
|
||||||
:return: workspace
|
:return: workspace
|
||||||
"""
|
"""
|
||||||
|
|
||||||
return self.cmd('workspace' 'show')
|
return self.cmd('workspace', 'show')
|
||||||
|
|
||||||
def __exit__(self, exc_type, exc_value, traceback):
|
def __exit__(self, exc_type, exc_value, traceback):
|
||||||
self.temp_var_files.clean_up()
|
self.temp_var_files.clean_up()
|
||||||
|
|
Loading…
Reference in a new issue