mirror of
https://github.com/coder/registry.git
synced 2026-06-02 20:48:14 +00:00
fix(coder/modules/jetbrains and coder-labs/modules/nextflow): fix typos in two documentations (#714)
This commit is contained in:
@@ -10,8 +10,6 @@ tags: [nextflow, workflow, hpc, bioinformatics]
|
|||||||
|
|
||||||
A module that adds Nextflow to your Coder template.
|
A module that adds Nextflow to your Coder template.
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
```tf
|
```tf
|
||||||
module "nextflow" {
|
module "nextflow" {
|
||||||
count = data.coder_workspace.me.start_count
|
count = data.coder_workspace.me.start_count
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ module "jetbrains" {
|
|||||||
version = "1.3.0"
|
version = "1.3.0"
|
||||||
agent_id = coder_agent.main.id
|
agent_id = coder_agent.main.id
|
||||||
folder = "/home/coder/project"
|
folder = "/home/coder/project"
|
||||||
default = ["PY", "IU"] # Pre-configure GoLand and IntelliJ IDEA
|
default = ["PY", "IU"] # Pre-configure PyCharm and IntelliJ IDEA
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user