diff --git a/.github/workflows/clangformat/clang-format-xs b/.github/workflows/clangformat/clang-format-xs index a48eafe9..3216210b 100755 --- a/.github/workflows/clangformat/clang-format-xs +++ b/.github/workflows/clangformat/clang-format-xs @@ -38,7 +38,7 @@ while :; do ;; --lines) lines+=("$2") - off_opts+=("$1" "$2") + options+=("$1" "$2") shift 2 continue ;;