gogrlx/grlx

add test apply path here

Opened this issue · 0 comments

https://api.github.com/gogrlx/grlx/blob/b1e651999b27bbe0a0c4c42ab79a8835dce8357d/ingredients/file/file.go#L180

		}
	}
	// chown the directory to the named group
	// TODO add test apply path here
	{
		if val, ok := f.params["group"].(string); ok {
			d.group = val