Skip to content

Commit 9f66c56

Browse files
kofort9Copilot
andauthored
Update pkg/runner/env.go
Co-authored-by: Copilot <[email protected]>
1 parent e36f7af commit 9f66c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/runner/env.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func (v *CLIEnvVarValidator) Validate(
126126
}
127127
} else {
128128
logger.Warnf("Secrets manager not configured (setup incomplete or missing provider) - " +
129-
"falling back to environment variables or prompt")
129+
"falling back to prompt")
130130
}
131131

132132
// If secrets manager unavailable or secret not found, fall through to prompt

0 commit comments

Comments
 (0)