ci: format

This commit is contained in:
Barrett Ruth 2026-03-10 22:16:15 -04:00
parent 6e58b02bb5
commit e62f2f818c

View file

@ -236,7 +236,9 @@ function M.fetch_metadata(ref, callback)
local backend = _by_name[ref.forge]
if backend and forge_cfg.warn_missing_cli ~= false and not backend._warned then
backend._warned = true
log.warn(('%s not found or not authenticated — run `%s`'):format(backend.cli, backend.auth_cmd))
log.warn(
('%s not found or not authenticated — run `%s`'):format(backend.cli, backend.auth_cmd)
)
end
callback(nil)
end)