Skip to content

Commit

Permalink
feat: github action to update git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Sep 4, 2024
1 parent c181ecd commit 79a7e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bind.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh

REPO_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
REPO_ROOT="$( cd $( dirname ${BASH_SOURCE[0]} ) >/dev/null 2>&1 && pwd )"
REPO_ROOT="$(dirname "$REPO_ROOT")"
CHAINLIST_JSON="${REPO_ROOT}/etc/superchain-registry/chainList.json"
CONFIGS_JSON="${REPO_ROOT}/etc/superchain-registry/bindings/rust-bindings/etc/configs.json"
Expand Down

0 comments on commit 79a7e6e

Please sign in to comment.