Skip to content

Commit

Permalink
Merge pull request #1494 from devstream-io/new-dtm
Browse files Browse the repository at this point in the history
fix: a small bug fixed
  • Loading branch information
daniel-hutao committed Apr 26, 2023
2 parents 6279514 + d907d99 commit 782ee3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ body:
label: 'DevStream Version'
description: "To find out the version run: `dtm version`"
options:
- < v0.11.0
- v0.11.0
- < v0.13.0
- v0.13.0
- latest
validations:
required: true
2 changes: 1 addition & 1 deletion cmd/patch.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ e.g.
r.Print(OutputFormat)
os.Exit(1)
}
r := response.New(response.StatusError, response.MessageOK, "")
r := response.New(response.StatusOK, response.MessageOK, "")
r.Print(OutputFormat)
},
}
Expand Down

0 comments on commit 782ee3c

Please sign in to comment.