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

fix

parent 585bb612
No related branches found
No related tags found
No related merge requests found
...@@ -162,7 +162,9 @@ func (s *Extension) Action(ctx context.Context, in *extension.ActionRequest) (*e ...@@ -162,7 +162,9 @@ func (s *Extension) Action(ctx context.Context, in *extension.ActionRequest) (*e
if err != nil { if err != nil {
return nil, err return nil, err
} }
ext = actionURL.Extension() if actionURL.Scheme == "grpc" {
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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment