Skip to content

Commit

Permalink
Merge 56b0bb8 into 7ec0454
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs authored Mar 31, 2021
2 parents 7ec0454 + 56b0bb8 commit 8312708
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/helpers/restyle-diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ restyle-paths() {
}

cd "$CHIP_ROOT"
declare -a paths=()

readarray -t paths < <(git diff --ignore-submodules --name-only "${1:-master}")
declare -a paths="($(git diff --ignore-submodules --name-only "${1:-master}"))"

restyle-paths "${paths[@]}"

0 comments on commit 8312708

Please sign in to comment.