Skip to content

Commit 3ccc9a0

Browse files
committed
Revert "Fix Makefile"
This reverts commit 4decb23.
1 parent 2b3b9c0 commit 3ccc9a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

v2/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ openapi-v3-gen:
3838
query_services.proto
3939
@echo "Cleaning up OpenAPI spec..."
4040
cd "$(PROTO_DIR)" && \
41-
yq -iy 'del(.paths."/health")' query_services.openapi.yaml && \
42-
yq -iy '(.tags[] | select(.name == "ArchiveQueryService"))."x-scalar-ignore" = true' query_services.openapi.yaml && \
43-
yq -iy '(.paths[][].tags) -= ["ArchiveQueryService"]' query_services.openapi.yaml
41+
yq -i 'del(.paths."/health")' query_services.openapi.yaml && \
42+
yq -i '(.tags[] | select(.name == "ArchiveQueryService")).x-scalar-ignore = true' query_services.openapi.yaml && \
43+
yq -i '(.paths[][].tags) -= ["ArchiveQueryService"]' query_services.openapi.yaml
4444

4545
test-cover:
4646
@echo "Performing Go cover test..."

0 commit comments

Comments
 (0)