- Notifications
You must be signed in to change notification settings - Fork23
Fix version comparison logic for checking wildcard support in "coder ssh"#446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…ssh"This meant to check that the version was at least 2.19.0, but the logicwas faulty.
bcpeinhardt commentedMar 7, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Ah damn thanks for the fix on that. The version check on proxyLogDirectory is a bit misleading with it being released in 1.3.2. I wonder if I should back port this as a patch 🤔 tbh I think most everyone auto updates, even to major versions. |
f0740e8
intocoder:mainUh oh!
There was an error while loading.Please reload this page.
Fortunately it's a harmless error. |
This meant to check that the version was at least 2.19.0, but the logic was faulty.