Require relocatable kustomizations and fix some nits.

This commit is contained in:
Jeffrey Regan
2018-12-07 10:46:35 -08:00
parent 8a8331bf57
commit 108b3e497b
4 changed files with 7 additions and 26 deletions

View File

@@ -55,7 +55,7 @@ func parseFields(path string) ([]string, error) {
start = i + 1
insideParentheses = false
} else {
return nil, fmt.Errorf("Invalid field path %s", path)
return nil, fmt.Errorf("invalid field path %s", path)
}
}
}