Skip to content

Commit

Permalink
Merge pull request #1669 from ngn13/wg-config-fix
Browse files Browse the repository at this point in the history
fix: add missing newline
  • Loading branch information
moloch-- authored May 5, 2024
2 parents 335797e + 6396a64 commit 79d22ba
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 79d22ba

Please sign in to comment.