Skip to content

Commit 9616b92

Browse files
authored
chore(dogfood): fix nix icon path (#11984)
1 parent 9634652 commit 9616b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ data "coder_parameter" "image_type" {
5656
value = "codercom/oss-dogfood:latest"
5757
}
5858
option {
59-
icon = "/icons/nix.svg"
59+
icon = "/icon/nix.svg"
6060
name = "Dogfood Nix (Experimental)"
6161
value = "codercom/oss-dogfood-nix:latest"
6262
}

0 commit comments

Comments
 (0)