Fix typos per review

This commit is contained in:
Stephen Prater
2019-06-11 11:46:22 -07:00
parent 12ab01d5e6
commit d1463b3e24
5 changed files with 9 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ import (
var (
// ErrCantUnmarshalPrecondition is returned for invalid precond YAML.
ErrCantUnmarshalPrecondition = errors.New("task: can't unmarshal precondition value")
ErrCantUnmarshalPrecondition = errors.New("task: Can't unmarshal precondition value")
)
// Precondition represents a precondition necessary for a task to run