mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Update lowercase_files.yml
This commit is contained in:
parent
169e32dae5
commit
b6b66ea4cc
2
.github/workflows/lowercase_files.yml
vendored
2
.github/workflows/lowercase_files.yml
vendored
|
@ -12,4 +12,4 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
- name: Lowercase files in blockchain folder
|
||||
run: |
|
||||
find blockchains -type f -exec rename 'y/A-Z/a-z/' {} \;
|
||||
find blockchains -execdir rename 'y/A-Z/a-z/' {} \;
|
||||
|
|
Loading…
Reference in New Issue
Block a user