From 173bf566f6a82d578780fad9b14b42f20b704161 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Wed, 2 Nov 2011 18:19:23 +0100 Subject: Renaming the rake_tasks cache file --- rake_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rake_completion') diff --git a/rake_completion b/rake_completion index 172c158..a142dc7 100755 --- a/rake_completion +++ b/rake_completion @@ -7,7 +7,7 @@ # you can auto-complete tasks as you are typing them by hitting [tab] or [tab][tab] # This also caches the rake tasks for optimium speed class RakeCompletion - CACHE_FILE_NAME = '.rake_tasks~' + CACHE_FILE_NAME = '.rake_tasks' def initialize(command) @command = command -- cgit v1.2.3