Skip to content

Commit

Permalink
fixup! fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
azuki774 committed Dec 22, 2024
1 parent a9474b8 commit 64615bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/moneyforward/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function fetch () {

# utf8 -> sjis
cp -p cf.csv cf.csv.bak && cat cf.csv.bak | iconv -f utf8 -t sjis > cf.csv && rm -f cf.csv.bak
cp -p cf_lastmonth.csv cf_lastmonth.csv.bak && cat cf_lastmonth.csv.bak | iconv -f utf8 -t sjis > cf.csv && rm -f cf_lastmonth.csv.bak
cp -p cf_lastmonth.csv cf_lastmonth.csv.bak && cat cf_lastmonth.csv.bak | iconv -f utf8 -t sjis > cf_lastmonth.csv && rm -f cf_lastmonth.csv.bak
}

function create_s3_credentials () {
Expand Down

0 comments on commit 64615bd

Please sign in to comment.