mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-09-20 09:49:11 +00:00
8 lines
117 B
Go
8 lines
117 B
Go
![]() |
package c3os
|
||
|
|
||
|
import "path"
|
||
|
|
||
|
func BrandingFile(s string) string {
|
||
|
return path.Join("/etc", "c3os", "branding", s)
|
||
|
}
|