Skip to content

Commit 8dda5ad

Browse files
chore: clarify log message
1 parent efbbb16 commit 8dda5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/loader/loader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ func link(ctx context.Context, cache *cache.Client, prg *types.Program, base *so
271271
toolName, subTool := types.SplitToolRef(targetToolName)
272272
resolvedTool, err := resolve(ctx, cache, prg, base, toolName, subTool)
273273
if err != nil {
274-
return types.Tool{}, fmt.Errorf("failed resolving %s at %s: %w", targetToolName, base, err)
274+
return types.Tool{}, fmt.Errorf("failed resolving %s from %s: %w", targetToolName, base, err)
275275
}
276276

277277
tool.ToolMapping[targetToolName] = resolvedTool.ID

0 commit comments

Comments
 (0)