fixed git icon path

pull/73/head
Stephen Kirby 2 years ago
parent 5585780952
commit 29c289b400

@ -32,7 +32,7 @@ resource "coder_script" "git_clone" {
REPO_URL : var.url, REPO_URL : var.url,
}) })
display_name = "Git Clone" display_name = "Git Clone"
icon = "/icons/git.svg" icon = "/icon/git.svg"
run_on_start = true run_on_start = true
start_blocks_login = true start_blocks_login = true
} }

Loading…
Cancel
Save