mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-06-03 01:44:53 +00:00
8 lines
121 B
Go
8 lines
121 B
Go
package kairos
|
|
|
|
import "path"
|
|
|
|
func BrandingFile(s string) string {
|
|
return path.Join("/etc", "kairos", "branding", s)
|
|
}
|