Skip to content

Commit e7de661

Browse files
committed
chore: Better naming
1 parent a27b508 commit e7de661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

managedplugin/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ func (c *Client) startDockerPlugin(ctx context.Context, configPath string) error
297297
}
298298

299299
if len(portMappings) == 0 {
300-
return fmt.Errorf("failed to parse port spec: %w", errors.New("no port bindings found"))
300+
return fmt.Errorf("failed to parse port spec: %w", errors.New("no port mappings found"))
301301
}
302302

303303
portMapping := portMappings[0]

0 commit comments

Comments
 (0)