Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ag:master commit in: /
Date: Wed, 25 Feb 2015 23:40:28
Message-Id: 1424907619.7b581ee27d83d26667b514d04de2d120f7fdc477.robbat2@gentoo
1 commit: 7b581ee27d83d26667b514d04de2d120f7fdc477
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 25 23:40:19 2015 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 25 23:40:19 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/ag.git;a=commit;h=7b581ee2
7
8 Fix function name.
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 ---
13 ag | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/ag b/ag
17 index b031363..b3fdb18 100755
18 --- a/ag
19 +++ b/ag
20 @@ -229,7 +229,7 @@ def do_delete_index
21 end
22
23 def do_create_index
24 - Ag::Storage.create($options.name)
25 + Ag::Storage.create_index($options.name)
26 end
27
28 def do_reindex