summaryrefslogtreecommitdiff
path: root/debian/new-upstream-snapshot
diff options
context:
space:
mode:
Diffstat (limited to 'debian/new-upstream-snapshot')
-rwxr-xr-xdebian/new-upstream-snapshot2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/new-upstream-snapshot b/debian/new-upstream-snapshot
index 5f586749..0e71d41a 100755
--- a/debian/new-upstream-snapshot
+++ b/debian/new-upstream-snapshot
@@ -25,7 +25,7 @@ name="cloud-init"
[ "$1" = "-h" -o "$1" = "--help" ] && { Usage; exit 0; }
trunk=$1
revno=${2:-tip}
-uver=${2:-0.7.7} # the *next* upstream version
+uver=${3:-0.7.7} # the *next* upstream version
[ -d "$trunk" ] ||
fail "trunk dir '$trunk' not a dir"