You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing using the command provided for linux, the binary returns 2.6.8 using --version even though it tells me it has upgraded to 2.6.10. This causes our scripts to redownload the binary every time, instead of skipping when it's up to date.
➜ curl -sfL https://raw.githubusercontent.com/lokalise/lokalise-cli-2-go/master/install.sh | sh -s -- -b ./i18nscripts
lokalise/lokalise-cli-2-go info checking GitHub for latest tag
lokalise/lokalise-cli-2-go info found version: 2.6.10 for v2.6.10/darwin/arm64
lokalise/lokalise-cli-2-go info installed ./i18nscripts/lokalise2
➜ i18nscripts/lokalise2 --version
lokalise2 version 2.6.8
The text was updated successfully, but these errors were encountered:
After installing using the command provided for linux, the binary returns
2.6.8
using--version
even though it tells me it has upgraded to2.6.10
. This causes our scripts to redownload the binary every time, instead of skipping when it's up to date.The text was updated successfully, but these errors were encountered: