diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-02-25 15:40:19 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-02-25 15:40:19 -0800 |
commit | 7b581ee27d83d26667b514d04de2d120f7fdc477 (patch) | |
tree | 921227ad919b44baaef8819b378974e56a79f106 | |
parent | Document that this deletes the index normally. (diff) | |
download | backend-7b581ee27d83d26667b514d04de2d120f7fdc477.tar.gz backend-7b581ee27d83d26667b514d04de2d120f7fdc477.tar.bz2 backend-7b581ee27d83d26667b514d04de2d120f7fdc477.zip |
Fix function name.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-x | ag | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -229,7 +229,7 @@ def do_delete_index end def do_create_index - Ag::Storage.create($options.name) + Ag::Storage.create_index($options.name) end def do_reindex |