From eb463fab00c26274980e0469dbb208f34daad7e8 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Wed, 9 Mar 2016 13:53:52 -0500 Subject: [PATCH] Also changing ansible-shell -> ansible-console in cli code comments --- lib/ansible/cli/console.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/cli/console.py b/lib/ansible/cli/console.py index 2c96917f367..38ec0379341 100644 --- a/lib/ansible/cli/console.py +++ b/lib/ansible/cli/console.py @@ -1,12 +1,12 @@ # (c) 2014, Nandor Sivok # (c) 2016, Redhat Inc # -# ansible-shell is free software: you can redistribute it and/or modify +# ansible-console is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# ansible-shell is distributed in the hope that it will be useful, +# ansible-console is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details.