Skip to content

Commit

Permalink
chore: nit
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Apr 18, 2024
1 parent 9abb3f8 commit 0e176c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/zkevm-config-diff/dump_zkevm_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ compare_files_keys() {
# fi
}

compare_configs() {
compare_configs_keys() {
default_directory="${1%/}"
current_directory="${2%/}"

Expand Down Expand Up @@ -177,7 +177,7 @@ case $1 in
configs)
directory1="$3"
directory2="$4"
compare_configs "$directory1" "$directory2"
compare_configs_keys "$directory1" "$directory2"
;;
esac
;;
Expand Down

0 comments on commit 0e176c0

Please sign in to comment.