diff options
Diffstat (limited to 'src/index.rb')
-rwxr-xr-x | src/index.rb | 2 |
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 |