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

Commit 5476f81

Browse files
chore(git-commit-signing): use included icon for git (#203)
1 parent 9a5ff6d commit 5476f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-commit-signing/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ variable "agent_id" {
1616

1717
resource "coder_script" "git-commit-signing" {
1818
display_name = "Git commit signing"
19-
icon = "https://raw.githubusercontent.com/coder/modules/main/.icons/git.svg"
19+
icon = "/icon/git.svg"
2020

2121
script = file("${path.module}/run.sh")
2222
run_on_start = true

0 commit comments

Comments
 (0)