summaryrefslogtreecommitdiff
path: root/config/builder.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/builder.go')
-rw-r--r--config/builder.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/builder.go b/config/builder.go
index c2e95b2..0f92d24 100644
--- a/config/builder.go
+++ b/config/builder.go
@@ -8,8 +8,8 @@ import (
// build command and the files required to successfully execute the command.
//
type BuilderConfig struct {
- Command []string `yaml:"command"`
- Requirements []string `yaml:"requirements"`
+ Command []string `json:"command"`
+ Requirements []string `json:"requirements"`
}
// Merge takes another BuilderConfig and merges its fields into this one's,