Skip to content

Commit

Permalink
Fix missing new line on hcloud describe command (#380)
Browse files Browse the repository at this point in the history
Closes #379

Signed-off-by: Lukas Kämmerling <[email protected]>
  • Loading branch information
LKaemmerling authored Mar 31, 2022
1 parent 7ec2800 commit 280b950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/server/describe.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ var describeCmd = base.DescribeCmd{
fmt.Printf(" Name:\t\t%s\n", server.PlacementGroup.Name)
fmt.Printf(" Type:\t\t%s\n", server.PlacementGroup.Type)
} else {
fmt.Print(" No Placement Group set")
fmt.Print(" No Placement Group set\n")
}

return nil
Expand Down

0 comments on commit 280b950

Please sign in to comment.