Skip to content

Commit fafecbd

Browse files
authored
fix(dogfood): fix slackme module source (#10207)
This was pinned to the branch ref and is no more needed after the branch has been merged.
1 parent 3c43216 commit fafecbd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dogfood/main.tf

+1-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ data "coder_git_auth" "github" {
7272
data "coder_workspace" "me" {}
7373

7474
module "slackme" {
75-
# Required while slackme is WIP.
76-
source = "https://registry.coder.com/modules/slackme?ref=slackme"
75+
source = "https://registry.coder.com/modules/slackme"
7776
agent_id = coder_agent.dev.id
7877
auth_provider_id = "slack"
7978
}

0 commit comments

Comments
 (0)