Merge 60c21dc5a1 into 62e0767c50
This commit is contained in:
commit
c0ed4ea126
|
|
@ -0,0 +1,10 @@
|
|||
from thefuck.shells import shell
|
||||
from thefuck.utils import for_app
|
||||
|
||||
|
||||
@for_app('terraform')
|
||||
def match(command):
|
||||
return 'Inconsistent dependency lock file' in command.output
|
||||
|
||||
def get_new_command(command):
|
||||
return shell.and_('terraform init -upgrade', command.script)
|
||||
Loading…
Reference in New Issue