mirror of
https://github.com/go-task/task.git
synced 2025-12-16 11:47:44 +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",
|
||||
"application/yaml",
|
||||
"application/x-yaml",
|
||||
"application/octet-stream",
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user