fix: fix positron module slug and display name (#752)
## Description In https://github.com/coder/registry/pull/279, I had accidentally made the slug of the Positron Desktop app "cursor", and display name to be "Cursor Desktop". This PR fixes that. ## Type of Change - [ ] New module - [ ] New template - [x] Bug fix - [ ] Feature/enhancement - [ ] Documentation - [ ] Other
This commit is contained in:
parent
186a779659
commit
5cc50d45e7
@ -41,13 +41,13 @@ variable "group" {
|
|||||||
variable "slug" {
|
variable "slug" {
|
||||||
type = string
|
type = string
|
||||||
description = "The slug of the app."
|
description = "The slug of the app."
|
||||||
default = "cursor"
|
default = "positron"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "display_name" {
|
variable "display_name" {
|
||||||
type = string
|
type = string
|
||||||
description = "The display name of the app."
|
description = "The display name of the app."
|
||||||
default = "Cursor Desktop"
|
default = "Positron Desktop"
|
||||||
}
|
}
|
||||||
|
|
||||||
data "coder_workspace" "me" {}
|
data "coder_workspace" "me" {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user