-
-
Notifications
You must be signed in to change notification settings - Fork 867
Closed
Labels
Description
We are currently facing the following deadlock situation after a concourse update (0.75->0.76)
$ fly -t cc sync
targeting http://x.x.x.x
not authorized. run the following to log in:
fly -t cc login
$ fly -t cc login
fly version (0.75.0) is out of sync with the target (0.76.0). to sync up, run the following:
fly -t cc sync
cowardly refusing to run due to significant version discrepancy
The obvious workaround is of course to manually download the cli.
However this behaviour is probably not as intended. At the very least it is not very convenient. ;)
Best regards