Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed May 25, 2024
1 parent 12b3aec commit 299ecdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install_libchdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ SUDO=''
if [[ $EUID -ne 0 ]]; then
SUDO='sudo'
GREENECHO "\nYou will be asked for your sudo password to install:"
echo " libchdb.so to /usr/local/lib/"
echo " chdb.h to /usr/local/include/"
echo " libchdb.so to /usr/local/lib/"
echo " chdb.h to /usr/local/include/"
fi

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

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

0 comments on commit 299ecdf

Please sign in to comment.