Skip to content

Commit

Permalink
fixing quotemark typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vnherdeiro committed Sep 7, 2024
1 parent 884e79e commit 8f7bbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ create_isolated_source_dir() {
cp \
-R \
"external_libs/eigen/Eigen/src/${eigen_module}"/* \
"./lightgbm-python/external_libs/eigen/Eigen/src/"${eigen_module}/"
"./lightgbm-python/external_libs/eigen/Eigen/src/${eigen_module}/"
fi
done

Expand Down

0 comments on commit 8f7bbb4

Please sign in to comment.