We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6279514 + d907d99 commit 782ee3cCopy full SHA for 782ee3c
.github/ISSUE_TEMPLATE/bug-report.yaml
@@ -28,8 +28,8 @@ body:
28
label: 'DevStream Version'
29
description: "To find out the version run: `dtm version`"
30
options:
31
- - < v0.11.0
32
- - v0.11.0
+ - < v0.13.0
+ - v0.13.0
33
- latest
34
validations:
35
required: true
cmd/patch.go
@@ -39,7 +39,7 @@ e.g.
39
r.Print(OutputFormat)
40
os.Exit(1)
41
}
42
- r := response.New(response.StatusError, response.MessageOK, "")
+ r := response.New(response.StatusOK, response.MessageOK, "")
43
44
},
45
0 commit comments