Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 45284bd

Browse files
committed
improve log message
1 parent 7ab5de0 commit 45284bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/fetchers/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func (gf Git) Fetch(ctx context.Context, repo *Repo, exec executors.Executor) er
3737
return nil
3838
}
3939
if out, err := exec.Run(ctx, "git", "submodule", "update", "--init", "--recursive"); err != nil {
40-
analytics.Log(ctx).Warnf("Failed to init git submodule: %s, %s", err, out)
40+
analytics.Log(ctx).Warnf("Failed to update git submodule: %s, %s", err, out)
4141
return nil
4242
}
4343

0 commit comments

Comments
 (0)