We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e73395 + 45641b1 commit be151c2Copy full SHA for be151c2
pkg/git/libgit2/checkout.go
@@ -38,7 +38,7 @@ import (
38
// git.CheckoutOptions.
39
func CheckoutStrategyForOptions(ctx context.Context, opt git.CheckoutOptions) git.CheckoutStrategy {
40
if opt.RecurseSubmodules {
41
- logr.FromContextOrDiscard(ctx).Info("git submodule recursion not supported by '%s'", Implementation)
+ logr.FromContextOrDiscard(ctx).Info(fmt.Sprintf("git submodule recursion not supported by implementation '%s'", Implementation))
42
}
43
switch {
44
case opt.Commit != "":
0 commit comments