Skip to content

Commit eccc382

Browse files
another mistake
1 parent d3af706 commit eccc382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/gateway/activateprofile.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ func (g *Gateway) ActivateProfile(ctx context.Context, profileName string) error
9797
updatedSecrets, err := g.configurator.readDockerDesktopSecrets(ctx, g.configuration.servers, g.configuration.serverNames)
9898
if err != nil {
9999
log.Log(fmt.Errorf("failed to read DockerDesktop secrets: %w", err))
100+
} else {
100101
g.configuration.secrets = updatedSecrets
101102
}
102103
}

0 commit comments

Comments
 (0)