Skip to content

Commit 2ff15ff

Browse files
committed
Use quicktype -o instead of redirecting output
1 parent f6eb25b commit 2ff15ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ generate-evaluation-context:
1111
--package flagsmith \
1212
--omit-empty \
1313
--just-types-and-package \
14-
- | tee evaluationcontext.go
14+
-o evaluationcontext.go

0 commit comments

Comments
 (0)