Skip to content

Commit

Permalink
Omitting default arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Nov 30, 2023
1 parent 90f8f48 commit 0089690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/xapian_indexer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def system_or_raise(command, verbose)
exit 1
end
end
cmd = +"#{OMINDEX} -s #{lang} --db #{databasepath} #{filespath} --url / --depth-limit=0"
cmd = +"#{OMINDEX} -s #{lang} --db #{databasepath} #{filespath}"
cmd << ' -v' if verbose
cmd << ' --retry-failed' if retryfailed
log cmd, verbose
Expand Down

0 comments on commit 0089690

Please sign in to comment.