aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-05-21 01:17:39 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2017-05-21 01:17:39 -0700
commit7e14f9f6e87cc3807c310e291c30820fef02b803 (patch)
treeee412bc4ba1cdcca4ee226371807612288f4035a
parentRubocop cleanup. (diff)
downloadbackend-7e14f9f6e87cc3807c310e291c30820fef02b803.tar.gz
backend-7e14f9f6e87cc3807c310e291c30820fef02b803.tar.bz2
backend-7e14f9f6e87cc3807c310e291c30820fef02b803.zip
Fix accidental plural in function.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--lib/storage.rb2
1 files changed, 1 insertions, 1 deletions
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