mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Fix typo
This commit is contained in:
@ -42,7 +42,7 @@ def in_silence(ctx=None):
|
|||||||
(ctx.args[0] == "upgrade" or "--json-output" in ctx_args))
|
(ctx.args[0] == "upgrade" or "--json-output" in ctx_args))
|
||||||
|
|
||||||
|
|
||||||
def clean_cache(ctx):
|
def clean_cache():
|
||||||
with app.LocalCache() as lc:
|
with app.LocalCache() as lc:
|
||||||
lc.clean()
|
lc.clean()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user