1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-20 09:39:01 +00:00

Merge ffd0be6e82cab5c2e30d139a5a5223a64f79f5fb into 8376fed4590ac95354be8f46de8b8bc614bf1cc5

This commit is contained in:
nabeel07 2015-04-22 12:28:48 +00:00
commit 1c6ce4a3bf

View File

@ -7,4 +7,4 @@ def match(command, settings):
def get_new_command(command, settings): def get_new_command(command, settings):
return re.sub(r'^cp', 'cp -a', command.script) return re.sub(r'^cp', 'cp -ra', command.script)