ci: format
This commit is contained in:
parent
6e58b02bb5
commit
e62f2f818c
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue