Skip to content

Commit

Permalink
adjust alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
fregie committed Aug 17, 2021
1 parent da94b32 commit 02ff870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spctl/cmd/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func createSession(cmd *cobra.Command, args []string) {
checkRsp(rsp.Code, rsp.Msg)
pterm.Success.Print("Create success!\n")
pterm.FgLightCyan.Printf("ID: %s\n", rsp.ID)
pterm.Printf("Name: %s\n", *createName)
pterm.Printf("Name: %s\n", *createName)
pterm.Printf("Proto: %s\n", rsp.Proto)
pterm.Printf("Config type: %s\n", rsp.ConfigType.String())
pterm.Printf("Config:\n%s\n", rsp.Config)
Expand Down

0 comments on commit 02ff870

Please sign in to comment.