Merge pull request #7767 from dataease/pr@v1_refactor_dectl

refactor: 优化dectl version脚本
This commit is contained in:
fit2cloudrd
2024-01-23 15:00:48 +08:00
committed by GitHub

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() {