Skip to content

Commit

Permalink
Merge pull request #641 from fluxcd/fix-dpanic-log
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco authored Mar 25, 2022
2 parents 0e73395 + 45641b1 commit be151c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/git/libgit2/checkout.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
// git.CheckoutOptions.
func CheckoutStrategyForOptions(ctx context.Context, opt git.CheckoutOptions) git.CheckoutStrategy {
if opt.RecurseSubmodules {
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))
}
switch {
case opt.Commit != "":
Expand Down

0 comments on commit be151c2

Please # to comment.