This commit is contained in:
Ivan Kravets
2019-11-02 19:48:41 +02:00
parent 7784743cb1
commit 0488cc4086

View File

@ -263,7 +263,7 @@ ProjectOptions = OrderedDict(
name="shared_dir",
description=(
"A location which PIO Remote uses to synchronize extra files "
"between remote machine."
"between remote machines"
),
sysenvvar="PLATFORMIO_SHARED_DIR",
default=os.path.join("$PROJECT_DIR", "shared"),