1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-10-30 22:54:14 +00:00

Renamed to unknown command to better match current functionality

This commit is contained in:
Michael Lee
2015-08-14 09:38:42 +01:00
parent c08a8bddc9
commit 8c9416e57f
3 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import pytest
from thefuck.rules.hadoop_dfs_missing_dash import match, get_new_command
from thefuck.rules.unknown_command import match, get_new_command
from tests.utils import Command