aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-02-25 15:40:19 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2015-02-25 15:40:19 -0800
commit7b581ee27d83d26667b514d04de2d120f7fdc477 (patch)
tree921227ad919b44baaef8819b378974e56a79f106
parentDocument that this deletes the index normally. (diff)
downloadbackend-7b581ee27d83d26667b514d04de2d120f7fdc477.tar.gz
backend-7b581ee27d83d26667b514d04de2d120f7fdc477.tar.bz2
backend-7b581ee27d83d26667b514d04de2d120f7fdc477.zip
Fix function name.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-xag2
1 files changed, 1 insertions, 1 deletions
diff --git a/ag b/ag
index b031363..b3fdb18 100755
--- a/ag
+++ b/ag
@@ -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