Skip to content

Commit 86926f5

Browse files
committed
typo
1 parent f4ce485 commit 86926f5

File tree

1 file changed

+2
-2
lines changed
  • examples/templates/jfrog-docker

1 file changed

+2
-2
lines changed

examples/templates/jfrog-docker/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ terraform {
1717

1818
locals {
1919
# if the jfrog username is same as the coder username, you can use the following
20-
# username = data.coder_workspace.me.owner
20+
# artifactory_username = data.coder_workspace.me.owner
2121
# if the username is same as email, you can use the following
22-
# username = urlencode(data.coder_workspace.me.owner_email)
22+
# artifactory_username = urlencode(data.coder_workspace.me.owner_email)
2323
artifactory_username = data.coder_workspace.me.owner
2424
artifactory_registry_keys = {
2525
"npm" = "npm"

0 commit comments

Comments
 (0)