Skip to content

Commit 9fe4988

Browse files
xytismdelapenya
andauthored
Update modules/firebase/ports.go
Co-authored-by: Manuel de la Peña <[email protected]>
1 parent cff37d9 commit 9fe4988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/firebase/ports.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
func (c *Container) ConnectionString(ctx context.Context, portName nat.Port) (string, error) {
1111
host, err := c.Host(ctx)
1212
if err != nil {
13-
return "", err
13+
return "", fmt.Errorf("host: %w", err)
1414
}
1515
port, err := c.MappedPort(ctx, portName)
1616
if err != nil {

0 commit comments

Comments
 (0)