forked from platformio/platformio-core
Improve PlatformIO upgrading and detecting of new version // Resolve #63
This commit is contained in:
@@ -110,7 +110,7 @@ class GetSerialPortsError(PlatformioException):
|
||||
|
||||
class GetLatestVersionError(PlatformioException):
|
||||
|
||||
MESSAGE = "Can't retrieve latest PlatformIO version"
|
||||
MESSAGE = "Can't retrieve the latest PlatformIO version"
|
||||
|
||||
|
||||
class APIRequestError(PlatformioException):
|
||||
|
Reference in New Issue
Block a user