From 2b58221122a42bfaaa951ad4b0d622e7ffd32bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=B6nthal?= Date: Thu, 17 Sep 2015 10:22:15 +0200 Subject: [PATCH] fixed binary --- bin/versioneye | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/bin/versioneye b/bin/versioneye index e3c7826..4034665 100755 --- a/bin/versioneye +++ b/bin/versioneye @@ -1,10 +1,17 @@ #!/usr/bin/env php addCommands($commandFactory->generateCommands()); -$application->run(); \ No newline at end of file +$application->run();