Skip to content

Commit e069756

Browse files
authored
fix(positron): fix readme version and verification status (#587)
1 parent 499aaa6 commit e069756

File tree

1 file changed

+2
-2
lines changed
  • registry/cytoshahar/modules/positron

1 file changed

+2
-2
lines changed

registry/cytoshahar/modules/positron/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
display_name: Positron Desktop
33
description: Add a one-click button to launch Positron Desktop
44
icon: ../../../../.icons/positron.svg
5-
verified: true
5+
verified: false
66
tags: [ide, positron]
77
---
88

@@ -16,7 +16,7 @@ Uses the [Coder Remote VS Code Extension](https://github.com/coder/vscode-coder)
1616
module "positron" {
1717
count = data.coder_workspace.me.start_count
1818
source = "registry.coder.com/cytoshahar/positron/coder"
19-
version = "1.0.0"
19+
version = "1.0.1"
2020
agent_id = coder_agent.main.id
2121
}
2222
```

0 commit comments

Comments
 (0)