From 095e699bff03e1e125a4947e74e8c9027a0057ea Mon Sep 17 00:00:00 2001 From: Joel Besada Date: Tue, 28 May 2013 16:15:56 +0200 Subject: [PATCH] The coffee command seems to require the file extension now --- run_local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_local b/run_local index c4491b3..cc6d1b1 100755 --- a/run_local +++ b/run_local @@ -1,2 +1,2 @@ #!/bin/bash -LOCAL=true coffee app +LOCAL=true coffee app.coffee