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
commit 6a657a7920
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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