aboutsummaryrefslogtreecommitdiff
path: root/rake_completion
diff options
context:
space:
mode:
Diffstat (limited to 'rake_completion')
-rwxr-xr-xrake_completion2
1 files changed, 1 insertions, 1 deletions
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