Skip to content

Commit ed5d1b8

Browse files
fix: correct api_def_dir flag initialization
1 parent 4b27d31 commit ed5d1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/hermetic_library_generation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ case "${key}" in
5151
shift
5252
;;
5353
--api_def_dir)
54-
showcase_mode="$2"
54+
api_def_dir="$2"
5555
shift
5656
;;
5757
*)

0 commit comments

Comments
 (0)