Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/twine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/twine/placeholders.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/twine/placeholders.rb b/lib/twine/placeholders.rb
index bc44d05..63dd793 100644
--- a/lib/twine/placeholders.rb
+++ b/lib/twine/placeholders.rb
@@ -24,7 +24,7 @@ module Twine
# %@ -> %s
value = convert_twine_string_placeholder(input)
- number_of_placeholders = number_of_twine_placeholders(input)
+ number_of_placeholders = number_of_twine_placeholders(value)
return value if number_of_placeholders == 0