Skip to content

Commit

Permalink
scripts: fix directory
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens committed Aug 14, 2023
1 parent 1351466 commit fc90bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/copy-schemas-to-go-fluentbit-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ pushd "$OUTPUT_DIR/schemas/"
popd

# Update the embedded schema in Go code
sed -i -E "s|//go:embed schemas/.*\.json|//go:embed schemas/$latest_version.json|g" schema.go
sed -i -E "s|//go:embed schemas/.*\.json|//go:embed schemas/$latest_version.json|g" "$OUTPUT_DIR/schema.go"

0 comments on commit fc90bb9

Please sign in to comment.