Skip to content

Commit 97e9a99

Browse files
committed
chore: sdkserver: use the Get Element SDK tool
Signed-off-by: Grant Linville <[email protected]>
1 parent 8180c26 commit 97e9a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sdkserver/datasets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ func (s *server) getDatasetElement(w http.ResponseWriter, r *http.Request) {
390390
return
391391
}
392392

393-
prg, err := loader.Program(r.Context(), req.getToolRepo(), "Get Element", loader.Options{
393+
prg, err := loader.Program(r.Context(), req.getToolRepo(), "Get Element SDK", loader.Options{
394394
Cache: g.Cache,
395395
})
396396
if err != nil {

0 commit comments

Comments
 (0)