Terraspace 2.2.17 failing version check when using opentofu

Since a bundle update to Terraspace 2.2.17 I’m unable to run any commands because of a failing version check. Opentofu is installed, terraform isn’t. I’m looking into getting Terraspace cloud set up, so bypassing the TS_VERSION_CHECK won’t help (and surely shouldn’t be needed when using opentofu?)

$ terraspace check
terraspace version: 2.2.17
tofu bin: ~/.tofuenv/bin/tofu
tofu version: 1.8.1
ERROR: Terraspace requires Terraform between 0.12.x and 1.5.7
This is because newer versions of Terraform have a BSL license
If your usage is allowed by the license, you can bypass this check with:

    export TS_VERSION_CHECK=0

Note: If you're using Terraspace Cloud, you won't be able to bypass this check.
See: https://terraspace.cloud/docs/terraform/license/

$ echo $PATH
/home/terraform/.tofuenv/bin:/home/terraform/.rbenv/shims:/home/terraform/.rbenv/bin:/usr/local/bin:/usr/bin:/bin:/snap/bin

$ tofu version
OpenTofu v1.8.1
on linux_amd64

$ terraform version
Command 'terraform' not found, but can be installed with:
snap install terraform
Please ask your administrator.
$