diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-08-11 01:01:56 +0200 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-08-11 01:01:56 +0200 |
commit | 76f868d3a326d9fe5bbd75d764f37eeb04967c72 (patch) | |
tree | 50bfdee0d126e124db4f2c7a497bae29ad973fea /Rakefile | |
parent | 0b3ebde2a9874c12b1897dd468f48652afd70516 (diff) | |
download | bundler-76f868d3a326d9fe5bbd75d764f37eeb04967c72.tar.gz |
Explicitly pass date to ronn command
To try fix `man:check` failing sometimes.
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -196,7 +196,7 @@ namespace :man do index << [ronn, File.basename(roff)] file roff => ["man", ronn] do - sh "bin/ronn --roff --pipe #{ronn} > #{roff}" + sh "bin/ronn --roff --pipe --date #{Time.now.strftime("%Y-%m-%d")} #{ronn} > #{roff}" end file "#{roff}.txt" => roff do |