Fix a typo that crept in

This commit is contained in:
joeduffy 2016-11-22 17:07:10 -08:00
parent c84512510a
commit 12eb91bcbb

View file

@ -9,7 +9,7 @@ import (
"github.com/marapongo/mu/pkg/util"
)
// NameDelimiter is what delimits Namespace and Name parsed.
// NameDelimiter is what delimits Namespace and Name parts.
const NameDelimiter = "/"
var nameRegexp = regexp.MustCompile(nameRegexps)