From bc3e757513681a9ef31dd4eddbf8c32c112be699 Mon Sep 17 00:00:00 2001 From: Ian Childs Date: Sat, 2 Dec 2023 01:59:40 -0800 Subject: [PATCH] Fix typo Summary: Fix failures like https://www.internalfb.com/sandcastle/workflow/680043543734513129 Reviewed By: JakobDegen Differential Revision: D51781234 fbshipit-source-id: fe0c2a8a123ae25b888b56a0e3c4f43a69903fa9 --- prelude/python/tools/run_inplace_lite.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prelude/python/tools/run_inplace_lite.py.in b/prelude/python/tools/run_inplace_lite.py.in index 08fe722c..ead8c5e6 100644 --- a/prelude/python/tools/run_inplace_lite.py.in +++ b/prelude/python/tools/run_inplace_lite.py.in @@ -33,7 +33,7 @@ def __run(): dirpath = os.path.dirname(os.path.realpath(__file__)) # Enable long path support on Windows - if os.name == "nt" and not dirpath.starswith(unc_prefix): + if os.name == "nt" and not dirpath.startswith(unc_prefix): dirpath = unc_prefix + dirpath # Save the variables that will be restored back into the environment by