mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47: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))
|
||||
|
||||
|
||||
def clean_cache(ctx):
|
||||
def clean_cache():
|
||||
with app.LocalCache() as lc:
|
||||
lc.clean()
|
||||
|
||||
|
Reference in New Issue
Block a user