diff --git a/bin/eeupdate b/bin/eeupdate index 91def499..2df1ed18 100644 --- a/bin/eeupdate +++ b/bin/eeupdate @@ -375,7 +375,7 @@ if [[ $EE_CURRENT_VERSION < $EE_LATEST_VERSION ]]; then # Enable EasyEngine (ee) auto completion echo - ee_lib_echo "For EasyEngine (ee) auto completion, run the following command" | tee -ai $EE_INSTALL_LOG + ee_lib_echo "For EasyEngine (ee) auto completion, run the following command" | tee -ai $EE_UPDATE_LOG ee_lib_echo_info "source /etc/bash_completion.d/ee" | tee -ai $EE_UPDATE_LOG echo ee_lib_echo "EasyEngine (ee) updated successfully"