From 9e5d9a576bc7571f109c2d3047c9c1947449bddb Mon Sep 17 00:00:00 2001 From: Watson Date: Mon, 16 Sep 2013 13:23:23 +0900 Subject: [PATCH] fix a bug where "motion device:console" is using same class name with "changelog" command. http://hipbyte.myjetbrains.com/youtrack/issue/RM-258 --- lib/motion/project/command/device_console.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/motion/project/command/device_console.rb b/lib/motion/project/command/device_console.rb index 86839dc5..3f392708 100644 --- a/lib/motion/project/command/device_console.rb +++ b/lib/motion/project/command/device_console.rb @@ -22,7 +22,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. module Motion; module Project - class ChangelogCommand < Command + class DeviceConsoleCommand < Command self.name = 'device:console' self.help = 'Print the device console logs'