forked from platformio/platformio-core
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