Skip to content

Commit 73d1a0c

Browse files
Apply suggestions from code review
Co-authored-by: Sebastian Pfitzner <[email protected]>
1 parent 6e6ea64 commit 73d1a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ docs = [
2424
),
2525
]
2626

27-
for ((remote, branch, prefix), docref) in docs
27+
for ((remote, branch, use_ssh), docref) in docs
2828
prefix = use_ssh ? "[email protected]:" : "https://github.com/"
2929
run(`git clone --depth 1 $prefix$remote --branch $branch --single-branch $(docref.upstream)`)
3030
end

0 commit comments

Comments
 (0)