Skip to content

Commit

Permalink
add missing newline
Browse files Browse the repository at this point in the history
Signed-off-by: ngn <78868991+ngn13@users.noreply.github.com>
  • Loading branch information
ngn13 authored May 4, 2024
1 parent 335797e commit 6396a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/command/wireguard/wg-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func WGConfigCmd(cmd *cobra.Command, con *console.SliverClient, args []string) {

save, _ := cmd.Flags().GetString("save")
if save == "" {
con.PrintInfof("New client config:")
con.PrintInfof("New client config:\n")
con.Println(output.String())
} else {
if !strings.HasSuffix(save, ".conf") {
Expand Down

0 comments on commit 6396a64

Please sign in to comment.