mirror of
https://github.com/thangisme/notes.git
synced 2024-11-03 08:07:21 -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'
|
desc 'Generate the files needed for search functionality'
|
||||||
task :init do
|
task :init do
|
||||||
puts 'Creating search data json file...'
|
puts 'Creating search data json file...'
|
||||||
touch search-data.json
|
touch 'search-data.json'
|
||||||
|
|
||||||
File.open('search-data.json', 'w') do |f|
|
File.open('search-data.json', 'w') do |f|
|
||||||
f.puts '
|
f.puts '
|
||||||
|
Loading…
Reference in New Issue
Block a user