diff --git a/task.go b/task.go index d40e4f3..5da4a39 100644 --- a/task.go +++ b/task.go @@ -25,7 +25,7 @@ package main import "fmt" type taskDef struct { - Deps []task + Deps []task `json:",string"` Links []link Cmds []command Macros []macro