spelling: should

This commit is contained in:
Josh Soref 2018-03-14 03:22:32 +00:00
parent 795116ef4f
commit 5dd9be653a
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ func NewCore(c *CoreConfig) (*Core, error) {
return nil, err
}
// Go through and interpolate all the build names. We shuld be able
// Go through and interpolate all the build names. We should be able
// to do this at this point with the variables.
result.builds = make(map[string]*template.Builder)
for _, b := range c.Template.Builders {