diff --git a/tools/update_ota.py b/tools/update_ota.py index fc98aa7..8b6ec0d 100755 --- a/tools/update_ota.py +++ b/tools/update_ota.py @@ -397,8 +397,8 @@ async def attempt(transport: Transport) -> None: print("Current pin assignments do not match the defaults.") print( - " To replace the current pin config with the new defaults, run: ./pin-config.py --reset-default\n" - " To see the current pin config, run: ./pin-config.py --echo-current\n" + " To replace the current pin config with the new defaults, run: ./tools/pin-config.py --reset-default\n" + " To see the current pin config, run: ./tools/pin-config.py --echo-current\n" "\n" "You may safely ignore this warning if the controller is part of a completed filter\n" "and you do not intend to make hardware changes."