1
0
mirror of https://github.com/thangisme/notes.git synced 2025-10-08 19:54:18 -04:00

Add search namespace

This commit is contained in:
Patrick Marsceill
2017-06-08 14:24:29 -04:00
parent 146b9238cc
commit 3ee6887c51

View File

@@ -1,3 +1,4 @@
namespace :search do
task :init do
touch search-data.json
@@ -16,3 +17,4 @@ task :init do
}'
end
end
end