Skip to content

Commit c0f2d94

Browse files
authored
fix: update namespace for coder-labs template (#191)
## Description This PR updates the `maintainer_github` field for the new Coder Labs template to use the value of `coder-labs`. This shouldn't be necessary (`maintainer_github` should be deprecated), but something is off with our build step. ## Type of Change - [ ] New module - [ ] Bug fix - [ ] Feature/enhancement - [ ] Documentation - [x] Other ## Testing & Validation - [x] Tests pass (`bun test`) - [x] Code formatted (`bun run fmt`) - [x] Changes tested locally --- ## Related Issues None
1 parent 48cb3e5 commit c0f2d94

File tree

1 file changed

+1
-1
lines changed
  • registry/coder-labs/templates/tasks-docker

1 file changed

+1
-1
lines changed

registry/coder-labs/templates/tasks-docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
display_name: Tasks on Docker
33
description: Run Coder Tasks on Docker with an example application
44
icon: ../../../../.icons/tasks.svg
5-
maintainer_github: coder
5+
maintainer_github: coder-labs
66
verified: false
77
tags: [docker, container, ai, tasks]
88
---

0 commit comments

Comments
 (0)