Skip to content

Commit 782ee3c

Browse files
authored
Merge pull request #1494 from devstream-io/new-dtm
fix: a small bug fixed
2 parents 6279514 + d907d99 commit 782ee3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ body:
2828
label: 'DevStream Version'
2929
description: "To find out the version run: `dtm version`"
3030
options:
31-
- < v0.11.0
32-
- v0.11.0
31+
- < v0.13.0
32+
- v0.13.0
3333
- latest
3434
validations:
3535
required: true

cmd/patch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ e.g.
3939
r.Print(OutputFormat)
4040
os.Exit(1)
4141
}
42-
r := response.New(response.StatusError, response.MessageOK, "")
42+
r := response.New(response.StatusOK, response.MessageOK, "")
4343
r.Print(OutputFormat)
4444
},
4545
}

0 commit comments

Comments
 (0)