Skip to content

Commit

Permalink
ci: sed with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuhito committed Jun 22, 2024
1 parent 8add44a commit d12b071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/api/oas_request_decoders_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ go run github.com/ogen-go/ogen/cmd/ogen@latest --target api --clean openapi.yaml
# make it portable.
# Line 256
sed -i'' -e '256c\
\tcase ct == "application/json", ct == "text/plain":' ./api/oas_request_decoders_gen.go
case ct == "application/json", ct == "text/plain":' ./api/oas_request_decoders_gen.go

0 comments on commit d12b071

Please sign in to comment.