Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
casouri committed Apr 8, 2024
1 parent 0b3cde7 commit 257b5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ fi
if [[ -v INSTALL_DIR ]]; then
dist_dir="${INSTALL_DIR}"
else
dist_dir="${topdir}/dist"
dist_dir="${topdir}/dist"
fi

echo "Copying libtree-sitter-${lang}.${soext} to ${dist_dir}"
Expand Down

0 comments on commit 257b5a1

Please sign in to comment.