Skip to content

Commit e863b59

Browse files
authored
fix(sync): update path to new tips/ref-impls structure (#67)
1 parent 91dfcf7 commit e863b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function main () {
2323

2424
# Clone specs repo and copy interface specs
2525
git clone --depth 1 https://github.com/tempoxyz/tempo.git specs
26-
cp -r specs/docs/specs/src/interfaces src
26+
cp -r specs/tips/ref-impls/src/interfaces src
2727
rm -rf specs
2828

2929
# Remove redundant files

0 commit comments

Comments
 (0)