Skip to content

Commit

Permalink
cloud: Fix default version assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
spbnick committed Dec 11, 2023
1 parent c2de292 commit eeb3712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit eeb3712

Please sign in to comment.