Skip to content

Commit c4e94e3

Browse files
committed
Fix
1 parent 343859a commit c4e94e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ graphiql:
6868
# make graphql-playground
6969

7070
graphql-playground:
71-
curl -fL -o src/http/playground.html \
71+
curl -fsL -o src/http/playground.html \
7272
https://raw.githubusercontent.com/graphql/graphql-playground/graphql-playground-react%40$(GRAPHQL_PLAYGROUND_VER)/packages/graphql-playground-html/withAnimation.html
7373
$(sed-i) 's|cdn.jsdelivr.net/npm/graphql-playground-react/|cdn.jsdelivr.net/npm/graphql-playground-react@$(GRAPHQL_PLAYGROUND_VER)/|g' \
7474
src/http/playground.html

0 commit comments

Comments
 (0)