Skip to content
Snippets Groups Projects
Unverified Commit 89fe4de7 authored by Patrick Marsceill's avatar Patrick Marsceill
Browse files

this needs quotes

parent c5aa0583
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ namespace :search do
desc 'Generate the files needed for search functionality'
task :init do
puts 'Creating search data json file...'
touch search-data.json
touch 'search-data.json'
File.open('search-data.json', 'w') do |f|
f.puts '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment