Skip to content
  • Sponsor
  • Notifications You must be signed in to change notification settings
  • Fork 2

Commit 299ecdf

Browse files
committedMay 25, 2024·
Fix indent
1 parent 12b3aec commit 299ecdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎install_libchdb.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ SUDO=''
6868
if [[ $EUID -ne 0 ]]; then
6969
SUDO='sudo'
7070
GREENECHO "\nYou will be asked for your sudo password to install:"
71-
echo " libchdb.so to /usr/local/lib/"
72-
echo " chdb.h to /usr/local/include/"
71+
echo " libchdb.so to /usr/local/lib/"
72+
echo " chdb.h to /usr/local/include/"
7373
fi
7474

7575
# Install the library and header file
@@ -89,4 +89,4 @@ rm -f libchdb.tar.gz libchdb.so chdb.h
8989

9090
GREENECHO "Installation completed successfully." ; ENDECHO
9191
REDECHO "If any error occurred, please report it to:" ; ENDECHO
92-
REDECHO " https://github.com/chdb-io/chdb/issues/new/choose" ; ENDECHO
92+
REDECHO " https://github.com/chdb-io/chdb/issues/new/choose" ; ENDECHO

0 commit comments

Comments
 (0)
Please sign in to comment.