mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-01 10:54:27 +02:00
Fix incorrect wording when initializing/updating project
This commit is contained in:
@@ -4,6 +4,11 @@ Release Notes
|
|||||||
PlatformIO 3.0
|
PlatformIO 3.0
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
3.6.2 (2018-??-??)
|
||||||
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Fixed incorrect wording when initializing/updating project
|
||||||
|
|
||||||
3.6.1 (2018-10-29)
|
3.6.1 (2018-10-29)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@@ -87,7 +87,7 @@ def cli(
|
|||||||
click.echo("%s - Project Configuration File" % click.style(
|
click.echo("%s - Project Configuration File" % click.style(
|
||||||
"platformio.ini", fg="cyan"))
|
"platformio.ini", fg="cyan"))
|
||||||
|
|
||||||
is_new_project = util.is_platformio_project(project_dir)
|
is_new_project = not util.is_platformio_project(project_dir)
|
||||||
init_base_project(project_dir)
|
init_base_project(project_dir)
|
||||||
|
|
||||||
if board:
|
if board:
|
||||||
|
Reference in New Issue
Block a user