Skip to content

Commit

Permalink
[ENH] more precise comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gcalmettes-fbox committed Dec 24, 2021
1 parent dd33013 commit 572584f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/buildcontext/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (g *Git) UnpackTarFromBuildContext() (string, error) {
checkoutRef = fetchRef
} else {
// The ReferenceName still needs to be present in the options passed
// to the clone operation for non-hash references.
// to the clone operation for non-hash references of private repositories.
options.ReferenceName = plumbing.ReferenceName(fetchRef)
}
} else {
Expand Down

0 comments on commit 572584f

Please sign in to comment.