File tree Expand file tree Collapse file tree 3 files changed +2
-46
lines changed
Expand file tree Collapse file tree 3 files changed +2
-46
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# ZenginCode source data
22
3- [ ![ Circle CI ] ( https://img.shields.io/circleci/project/ zengin-code/source-data. svg )] ( https://circleci .com/gh/ zengin-code/source-data )
3+ [ ![ update ] ( https://github.com/ zengin-code/source-data/actions/workflows/update.yml/badge. svg )] ( https://github .com/zengin-code/source-data/actions/workflows/update.yml )
44
55Bank codes and Branch codes for Japanese.
66
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class ZenginCLI < Thor
4444 md5_path = File . join ( ROOT_DIR , 'data/md5' )
4545
4646 src = File . read ( csv )
47- old_md5 = File . exists ?( md5_path ) ? File . read ( md5_path ) . strip : ''
47+ old_md5 = File . exist ?( md5_path ) ? File . read ( md5_path ) . strip : ''
4848 now_md5 = Digest ::MD5 . hexdigest ( src )
4949
5050 if old_md5 != now_md5
You can’t perform that action at this time.
0 commit comments