Change image provision directory to "images"

Previous name (before #1641) was "container." New name (from #1641) was "image"
but a plural name seems better.

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-01-19 14:27:22 -07:00
parent 86d09902d3
commit ca61494297
3 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ func RunDir(name string) string {
func ImageParentDir() string {
conf := warewulfconf.Get()
return path.Join(conf.Paths.WWProvisiondir, "image")
return path.Join(conf.Paths.WWProvisiondir, "images")
}
func ImageFile(name string) string {