Skip to content

Commit

Permalink
Minor Rakefile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jabenninghoff committed Nov 10, 2017
1 parent 37f9e15 commit abbf36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -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`'
Expand Down

0 comments on commit abbf36c

Please sign in to comment.