Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #78 from kairos-io/2349-default-branding
Browse files Browse the repository at this point in the history
Add Kairos as default branding
  • Loading branch information
mauromorales authored Mar 15, 2024
2 parents 8ca35df + 3d57062 commit e8f3892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/build-uki.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ func NewBuildUKICmd() *cobra.Command {
c.MarkFlagRequired("keys")
// Mark some flags as mutually exclusive
c.MarkFlagsMutuallyExclusive([]string{"extra-cmdline", "extend-cmdline"}...)
viper.BindPFlags(c.Flags())
return c
}

Expand Down

0 comments on commit e8f3892

Please sign in to comment.