Skip to content

Commit

Permalink
fixup: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali committed Dec 18, 2024
1 parent a2a1546 commit fc3bc62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git-clone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ resource "coder_app" "website" {
display_name = module.git_clone[count.index].folder_name
url = module.git_clone[count.index].web_url
icon = module.git_clone[count.index].git_provider != "" ? "/icon/${module.git_clone[count.index].git_provider}.svg" : "/icon/git.svg"
count = module.git_clone[count.index].web_url != "" ? 1 : 0
}
```

Expand Down

0 comments on commit fc3bc62

Please sign in to comment.