manifest: minor docstring spacing fix
This commit is contained in:
parent
99952afbd4
commit
711fc697e4
1 changed files with 2 additions and 2 deletions
|
|
@ -186,8 +186,8 @@ func (p *ISOTree) serialize() osbuild.Pipeline {
|
|||
return pipeline
|
||||
}
|
||||
|
||||
//makeISORootPath return a path that can be used to address files and folders in
|
||||
//the root of the iso
|
||||
// makeISORootPath return a path that can be used to address files and folders
|
||||
// in the root of the iso
|
||||
func makeISORootPath(p string) string {
|
||||
fullpath := path.Join("/run/install/repo", p)
|
||||
return fmt.Sprintf("file://%s", fullpath)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue