mirror of
https://github.com/go-task/task.git
synced 2025-12-16 19:57:43 +01:00
fix: allow application/octet-stream for a Remote taskfile (#2536)
This commit is contained in:
@@ -28,6 +28,7 @@ var (
|
|||||||
"text/x-yaml",
|
"text/x-yaml",
|
||||||
"application/yaml",
|
"application/yaml",
|
||||||
"application/x-yaml",
|
"application/x-yaml",
|
||||||
|
"application/octet-stream",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user