diff --git a/cloud b/cloud index 2f5176aa..8cd95a02 100755 --- a/cloud +++ b/cloud @@ -2479,7 +2479,7 @@ function execute() { if (( $# )); then declare version="$1"; shift else - version="0" + declare version="0" fi if [[ $version =~ ^[0-9]+$ ]]; then version=$(printf %02u "$version")