mirror of
https://github.com/thangisme/notes.git
synced 2025-01-02 19:36:34 -05:00
this needs quotes
This commit is contained in:
parent
c5aa0583cb
commit
89fe4de7b5
@ -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 '
|
||||
|
Loading…
Reference in New Issue
Block a user