Skip to content

Commit 892dedf

Browse files
committed
git: update llb.Git doc comment
Signed-off-by: Justin Chadwell <[email protected]>
1 parent 81cd697 commit 892dedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/llb/source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ type ImageInfo struct {
226226
// Git returns a state that represents a git repository.
227227
// Example:
228228
//
229-
// st := llb.Git("https://github.com/moby/buildkit.git#v0.11.6")
229+
// st := llb.Git("https://github.com/moby/buildkit.git", "v0.11.6")
230230
//
231231
// The example fetches the v0.11.6 tag of the buildkit repository.
232232
// You can also use a commit hash or a branch name.

0 commit comments

Comments
 (0)