From 70ba0f1416ff35b38a3dbe0a1d5b0906bcd51930 Mon Sep 17 00:00:00 2001 From: talktovikas Date: Mon, 23 Sep 2024 12:12:33 +0530 Subject: [PATCH] fixing name of bookself. Signed-off-by: talktovikas --- .expeditor/automate_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.expeditor/automate_build.sh b/.expeditor/automate_build.sh index 7eb8b29e3d9..586483ba019 100755 --- a/.expeditor/automate_build.sh +++ b/.expeditor/automate_build.sh @@ -10,7 +10,7 @@ popd echo "results directory contents" `ls -l results` -Bookself_hart_file=$(ls results/*bookchef*.hart) +Bookself_hart_file=$(ls results/*bookshelf*.hart) echo "Found hart file: $Bookself_hart_file" base_name=$(basename "$Bookself_hart_file") # Get just the filename