From 7e14f9f6e87cc3807c310e291c30820fef02b803 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sun, 21 May 2017 01:17:39 -0700 Subject: Fix accidental plural in function. Signed-off-by: Robin H. Johnson --- lib/storage.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/storage.rb b/lib/storage.rb index 32945e9..eeb43da 100644 --- a/lib/storage.rb +++ b/lib/storage.rb @@ -5,7 +5,7 @@ require 'pp' module Ag::Storage module_function - def index_names(list) + def index_name(list) 'ml-' + list end -- cgit v1.2.3-65-gdbad