refactor: 优化dectl version脚本

This commit is contained in:
xuwei-fit2cloud 2024-01-23 15:00:14 +08:00
parent 11e0da0351
commit c606cbea09

View File

@ -196,8 +196,8 @@ function uninstall() {
function version() {
echo
_get_current_version
_get_latest_version
echo "current version is $current_version"
_get_latest_version
echo "latest version is $latest_version"
}
function _clear_component_docker_images() {