From 4c901d71e2a98d5e23e0c930bbd8d1378fa35c30 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Sat, 5 Nov 2011 13:42:23 +0100 Subject: [PATCH] forgot to return true --- bin/motion | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/motion b/bin/motion index 49929b80..7722fd5b 100644 --- a/bin/motion +++ b/bin/motion @@ -52,6 +52,7 @@ EOS class AppDelegate def application(application, didFinishLaunchingWithOptions:launchOptions) puts "Hello World!" + return true end end EOS