lib/ohloh_scm/adapters/git/commits.rb in ohloh_scm-2.2.2 vs lib/ohloh_scm/adapters/git/commits.rb in ohloh_scm-2.2.3
- old
+ new
@@ -106,10 +106,10 @@
''
end
end
def log_filename
- File.join('/tmp', (self.url).gsub(/\W/,'') + '.log')
+ File.join(temp_folder, (self.url).gsub(/\W/,'') + '.log')
end
def rev_list_command(opts={})
up_to = opts[:up_to] || branch_name
range = opts[:after] ? "#{opts[:after]}..#{up_to}" : up_to