1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-21 20:38:54 +00:00

Fix the cpp11 rule

This commit is contained in:
mcarton 2015-10-28 15:27:10 +01:00
parent 280751b36e
commit 2d995d464f

View File

@ -1,7 +1,7 @@
from thefuck.utils import for_app
@for_app(['g++', 'clang++'])
@for_app('g++', 'clang++')
def match(command):
return ('This file requires compiler and library support for the '
'ISO C++ 2011 standard.' in command.stderr or