Skip to content

Commit 5200ee0

Browse files
author
Sandeep
committed
lint fix
1 parent ff6aaab commit 5200ee0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/agent/ondemand/ondemand.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Ignored errors: %v
246246
logger.Log("YC_SERVER is %s", config.GlobalConfig.Server)
247247
// the following line has been commented as customer reported a security issue
248248
// on 06-03-2026
249-
//logger.Log("API_KEY is %s", config.GlobalConfig.ApiKey)
249+
// logger.Log("API_KEY is %s", config.GlobalConfig.ApiKey)
250250
logger.Log("APP_NAME is %s", appName)
251251
logger.Log("APP_RUNTIME is %s", config.GlobalConfig.AppRuntime)
252252
switch config.GlobalConfig.AppRuntime {

0 commit comments

Comments
 (0)