Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 0d7bc37

Browse files
authored
fix(dotfiles): remove extra "(optional)" in coder parameter display name (#249)
1 parent dcd605c commit 0d7bc37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotfiles/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ data "coder_parameter" "dotfiles_uri" {
4444

4545
type = "string"
4646
name = "dotfiles_uri"
47-
display_name = "Dotfiles URL (optional)"
47+
display_name = "Dotfiles URL"
4848
order = var.coder_parameter_order
4949
default = var.default_dotfiles_uri
5050
description = "Enter a URL for a [dotfiles repository](https://dotfiles.github.io) to personalize your workspace"

0 commit comments

Comments
 (0)