Skip to content

Commit

Permalink
Merge branch 'master' into 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoriyuki committed Aug 26, 2013
2 parents a4a1ee1 + be14aa5 commit 656d986
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions moh.rb
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,10 @@ def print_transactions(date1=nil, date2=nil)
puts 'See LICENSE.txt for the licence.'
opt = OptionParser.new
book_reader = BookReader.new
howm_dir = nil
howm_dir = Dir.pwd
howm_suffix = 'howm'
smbc_dir = nil
smbc_visa_dir = nil
smbc_dir = Dir.pwd
smbc_visa_dir = Dir.pwd
print_summary = false
print_transactions = false

Expand Down

0 comments on commit 656d986

Please sign in to comment.