From abbf36cf4d5f073d710cdd85fddd48aaf9eb9fcb Mon Sep 17 00:00:00 2001 From: jabenninghoff Date: Thu, 9 Nov 2017 21:15:27 -0600 Subject: [PATCH] Minor Rakefile fix --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 8b0d1a9..5db7cc3 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ abort('Please run this using `bundle exec rake`') unless ENV["BUNDLE_BIN_PATH"] require 'html-proofer' -desc 'remove all cache files' +desc 'remove all local files' task :distclean do begin sh 'rm -rf `cat .gitignore`'