From 369b3b317ef9f47f05d3d93463ecd932bd0cf36f Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 9 Mar 2016 13:57:19 -0500 Subject: [PATCH] renamed shell to console in last spot --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4fa964012d..b9678e2ab9 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup(name='ansible', 'bin/ansible-pull', 'bin/ansible-doc', 'bin/ansible-galaxy', - 'bin/ansible-shell', + 'bin/ansible-console', 'bin/ansible-vault', ], data_files=[],