From 6609b8d06a61ba0184fa56a032ccec43fc07c218 Mon Sep 17 00:00:00 2001 From: Vladimir Iakovlev Date: Sun, 26 Jul 2015 22:09:55 +0300 Subject: [PATCH] #316 Remove `.py` from `tsuru_login` rule name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fac0b1d7..271659c4 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ using the matched rule and runs it. Rules enabled by default are as follows: * `switch_layout` – switches command from your local layout to en; * `systemctl` – correctly orders parameters of confusing `systemctl`; * `test.py` – runs `py.test` instead of `test.py`; -* `tsuru_login.py` – runs `tsuru login` if not authenticated or session expired; +* `tsuru_login` – runs `tsuru login` if not authenticated or session expired; * `tmux` – fixes `tmux` commands; * `whois` – fixes `whois` command.