We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245b4be commit 7920c14Copy full SHA for 7920c14
2 files changed
docker-compose.yml
@@ -25,6 +25,7 @@ services:
25
test-bats:
26
<<: *base
27
environment:
28
+ LETS_CHECK_UPDATE: 0
29
NO_COLOR: 1
30
BATS_UTILS_PATH: /bats
31
command:
internal/cli/cli.go
@@ -207,7 +207,6 @@ func maybeStartUpdateCheck(
207
command *cobra.Command,
208
) (<-chan updateCheckResult, context.CancelFunc) {
209
if !shouldCheckForUpdate(command.Name(), isInteractiveStderr()) {
210
- log.Debugf("lets: update check disabled")
211
return nil, func() {}
212
}
213
0 commit comments