Skip to content

Commit

Permalink
fix: patches script root-relative path (#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaro00 committed Mar 16, 2024
1 parent dbeab20 commit 2428e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/apply-patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ fi

mkdir -p "$(dirname "$OUT")"

sed "s|BASE|$ROOT|" scripts/patches.toml > "$OUT"
sed "s|BASE|$ROOT|" "$ROOT/scripts/patches.toml" > "$OUT"

0 comments on commit 2428e99

Please sign in to comment.