Skip to content

Commit

Permalink
Set the proper yaml section for p2p (#483)
Browse files Browse the repository at this point in the history
It was being set to kairos key but the proper key is p2p

Fixes: kairos-io/kairos#1922

Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka authored Oct 18, 2023
1 parent 18a2257 commit c6177ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/interactive-install.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
func InteractiveInstall(e *pluggable.Event) pluggable.EventResponse { //nolint:revive
prompts := []bus.YAMLPrompt{
{
YAMLSection: "kairos.network_token",
YAMLSection: "p2p.network_token",
Prompt: "Insert a network token, leave empty to autogenerate",
AskFirst: true,
AskPrompt: "Do you want to setup a full mesh-support?",
Expand Down

0 comments on commit c6177ab

Please sign in to comment.