chore: fmt

This commit is contained in:
Muhammad Atif Ali
2023-10-04 00:39:50 +03:00
committed by GitHub
parent 2c94c82cbf
commit 9f110e6e63
4 changed files with 11 additions and 14 deletions

View File

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