Skip to content

Commit

Permalink
swctl: changed docker post install notification about further steps t…
Browse files Browse the repository at this point in the history
…o cover more installation environments (#151)

Signed-off-by: Filip Gschwandtner <[email protected]>
  • Loading branch information
fgschwan committed Oct 25, 2023
1 parent 1692ad3 commit 39f85a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/swctl/app/cmd_dependency.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func installExternalToolsCmd(cli Cli) *cobra.Command {
color.Fprintln(cli.Out(), "Installation of the agentctl tool was successful")
}
if !docker {
color.Fprintln(cli.Out(), color.Red.Sprintf("Please log out and then log back in for the group membership changes to take effect or enter command \"newgrp docker\""))
color.Fprintln(cli.Out(), color.Red.Sprintf("Please restart for the docker group membership changes to take effect"))
}
return nil
},
Expand Down

0 comments on commit 39f85a4

Please sign in to comment.