Skip to content

Commit 16e30b2

Browse files
committed
formatting
1 parent 0bd19e1 commit 16e30b2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

registry/coder/modules/git-clone/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ module "git-clone" {
165165

166166
## Git clone with different destination folder
167167

168-
By default, the repository will be cloned into a folder matching the repository name. You can use the `folder_name` attribute to change the name of the destination folder to something else.
168+
By default, the repository will be cloned into a folder matching the repository name.
169+
You can use the `folder_name` attribute to change the name of the destination folder to something else.
169170

170171
For example, this will clone into the `~/projects/coder/coder-dev` folder:
171172

@@ -194,6 +195,6 @@ module "git-clone" {
194195
source = "registry.coder.com/modules/git-clone/coder"
195196
version = "1.0.18"
196197
agent_id = coder_agent.example.id
197-
url = "https://github.com/coder/coder"
198-
depth = 1 # shallow clone
198+
url = "https://github.com/coder/coder"
199+
depth = 1
199200
}

0 commit comments

Comments
 (0)