From 469f12a5c98b678cdd238956aaa01a1db7f69e34 Mon Sep 17 00:00:00 2001 From: Harsh Vardhan Date: Fri, 6 Jan 2023 00:28:54 -0800 Subject: [PATCH] fix: Fix typo in flow-scripts clone command Signed-off-by: Harsh Vardhan --- build_orflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_orflow.py b/build_orflow.py index fb9bde2..e124ddf 100755 --- a/build_orflow.py +++ b/build_orflow.py @@ -26,7 +26,7 @@ def run_command_locally(command): print("path to script=",os.path.dirname(os.path.realpath(__file__))) print("starting_dir =",starting_dir) -run_command_locally("git clone --recursive git@github.com:The-OpenROAD-Project-private/OpenROAD-flow-scripts.git") +run_command_locally("git clone --recursive git@github.com:The-OpenROAD-Project/OpenROAD-flow-scripts.git") #run_command_locally("git clone /home/zf4_projects/OpenROAD-guest/platforms/gf12.git") #run_command_locally("git clone /home/zf4_projects/OpenROAD-guest/platforms/tsmc65lp.git")