Incorrect command in bash completion

Stardog 7.0.2

Bash completion has stardog-admin license register but it should be stardog-admin license request

Anyone wanting to fix it themselves before the next release can change the following line in stardog-completion.sh

license_cmds="info register"

to

license_cmds="info request"

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.