commit:     7b581ee27d83d26667b514d04de2d120f7fdc477
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 25 23:40:19 2015 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed Feb 25 23:40:19 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/ag.git;a=commit;h=7b581ee2

Fix function name.

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

---
 ag | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to