Skip to content
Snippets Groups Projects
Commit 0ac6bab3 authored by ko_oler's avatar ko_oler
Browse files

fix

parent 585bb612
Branches
No related tags found
No related merge requests found
...@@ -162,8 +162,10 @@ func (s *Extension) Action(ctx context.Context, in *extension.ActionRequest) (*e ...@@ -162,8 +162,10 @@ func (s *Extension) Action(ctx context.Context, in *extension.ActionRequest) (*e
if err != nil { if err != nil {
return nil, err return nil, err
} }
if actionURL.Scheme == "grpc" {
ext = actionURL.Extension() ext = actionURL.Extension()
} }
}
ok, err := extension.CheckInstalled(ctx, s.Content, in.SpaceId, in.EnvId, ext) ok, err := extension.CheckInstalled(ctx, s.Content, in.SpaceId, in.EnvId, ext)
if err != nil { if err != nil {
return nil, errors.Wrap(err, "check extension installed") return nil, errors.Wrap(err, "check extension installed")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment