Skip to content

Commit

Permalink
fix(sdk): fix typo in rollups-graphql migration path
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Feb 26, 2025
1 parent 7e25e6d commit 5982c28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lazy-seahorses-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cartesi/sdk": patch
---

fix typo in rollups-graphql migrations path
2 changes: 1 addition & 1 deletion packages/sdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ EOF
# Get migration files for rollups-graphql
ARG CARTESI_ROLLUPS_GRAPHQL_VERSION
RUN <<EOF
GRAPHQL_DEST_FOLDER="/usr/cartesi/share/rollups-graphql/migrations"
GRAPHQL_DEST_FOLDER="/usr/share/cartesi/rollups-graphql/migrations"

mkdir -p "$GRAPHQL_DEST_FOLDER"
curl -L "https://github.com/cartesi/rollups-graphql/archive/refs/tags/v${CARTESI_ROLLUPS_GRAPHQL_VERSION}.tar.gz" | tar --wildcards -xz -C ${GRAPHQL_DEST_FOLDER} --strip-components=3 '*/migrations/*.sql'
Expand Down

0 comments on commit 5982c28

Please sign in to comment.