Skip to content

Commit abbf36c

Browse files
committed
Minor Rakefile fix
1 parent 37f9e15 commit abbf36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
abort('Please run this using `bundle exec rake`') unless ENV["BUNDLE_BIN_PATH"]
22
require 'html-proofer'
33

4-
desc 'remove all cache files'
4+
desc 'remove all local files'
55
task :distclean do
66
begin
77
sh 'rm -rf `cat .gitignore`'

0 commit comments

Comments
 (0)