mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
Typo fix
This commit is contained in:
@ -263,7 +263,7 @@ ProjectOptions = OrderedDict(
|
|||||||
name="shared_dir",
|
name="shared_dir",
|
||||||
description=(
|
description=(
|
||||||
"A location which PIO Remote uses to synchronize extra files "
|
"A location which PIO Remote uses to synchronize extra files "
|
||||||
"between remote machine."
|
"between remote machines"
|
||||||
),
|
),
|
||||||
sysenvvar="PLATFORMIO_SHARED_DIR",
|
sysenvvar="PLATFORMIO_SHARED_DIR",
|
||||||
default=os.path.join("$PROJECT_DIR", "shared"),
|
default=os.path.join("$PROJECT_DIR", "shared"),
|
||||||
|
Reference in New Issue
Block a user