Api Leader becomes a pointer

This commit is contained in:
Alex Dadgar
2017-02-13 10:43:33 -08:00
parent b1f062f1b0
commit 81c412cda0

View File

@@ -163,7 +163,7 @@ type Task struct {
Vault *Vault
Templates []*Template
DispatchPayload *DispatchPayloadConfig
Leader bool
Leader *bool
}
// TaskArtifact is used to download artifacts before running a task.