Skip to content

Commit

Permalink
fix_indentation_issue (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
D3nn committed Jul 15, 2021
1 parent 3af23b5 commit 3f35c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/wego/app/status/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ var Cmd = &cobra.Command{
Use: "status <app-name>",
Short: "Get status of a workload under wego control",
Args: cobra.MinimumNArgs(1),
SilenceUsage: true,
SilenceErrors: true,
SilenceUsage: true,
SilenceErrors: true,
Example: "wego app status podinfo",
RunE: func(cmd *cobra.Command, args []string) error {
params := app.StatusParams{}
Expand Down

0 comments on commit 3f35c81

Please sign in to comment.