elementor / lokl-cli

Interactive script to launch and manage your Lokl sites
The Unlicense
66 stars 7 forks source link

Unable to find image 'lokl/lokl:php8-5.0.0-' locally #31

Open akaleeroy opened 2 years ago

akaleeroy commented 2 years ago

When skipping the wizard by setting env vars if you follow the example and set lokl_php_ver=php8-5.0.0 \ you get the error

Unable to find image 'lokl/lokl:php8-5.0.0-' locally

Notice the extra - at the end. $LOKL_RELEASE_VERSION on cli.sh#L34 doesn't seem to be available at that point. Nor should it be appended if you follow the example.

I suppose that line should just be:

    echo "$lokl_php_ver"

which works.