summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/index.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.rb b/src/index.rb
index c719fcc..ec861a5 100755
--- a/src/index.rb
+++ b/src/index.rb
@@ -21,7 +21,7 @@ ARGV.each do |arg|
if match
printf INSERT_SQL, quote(match[1]), 'Guide', path.basename
else
- $stderr.puts "%{path.basename}: no title found"
+ $stderr.puts "#{path}: no title found"
end
end
end