Skip to content

Commit 779b5fa

Browse files
committed
fix: allow application/octet-stream for a Remote taskfile
1 parent eb285fa commit 779b5fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

taskfile/taskfile.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ var (
2828
"text/x-yaml",
2929
"application/yaml",
3030
"application/x-yaml",
31+
"application/octet-stream",
3132
}
3233
)
3334

0 commit comments

Comments
 (0)