Skip to content

Commit

Permalink
fix vet error in init.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Cavallin committed Aug 13, 2023
1 parent 3cac8d3 commit ce61fe4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ var initCmd = &cobra.Command{
pterm.Error.Println("error writing brosa configuration")
}

pterm.Println("\n")
pterm.Success.Println("brosa configuration initialized")
pterm.Success.Println("\nbrosa configuration initialized")
},
}

Expand Down

0 comments on commit ce61fe4

Please sign in to comment.