From c887f31bfc9f2634d210fdf526825b5b76fa968b Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Mon, 7 May 2012 13:46:59 -0700 Subject: [PATCH] Remove executable attributes and shebang line --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index f1ab634..5a4d7c2 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,3 @@ -#!/usr/bin/env rake # Add your own tasks in files placed in lib/tasks ending in .rake, # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.