1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 14:48:49 +00:00

Add docker_login rule

This commit is contained in:
Inga Feick 2019-03-21 21:58:05 +01:00
parent c41dfe842d
commit dd591e1449

View File

@ -9,4 +9,4 @@ def match(command):
def get_new_command(command):
return "docker login && %s" % command.script
return 'docker login && {}'.format(command.script)