Skip to content

Commit 3bc486c

Browse files
dschoCopilot
andauthored
fixup! release-scripts: allow forced downgrades
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent f9d7606 commit 3bc486c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/release-vfsforgit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if [ "$lowest" = "$TAG_NAME" ]; then
6666
test -n "$force" ||
6767
die "regression: GIT_VERSION is $current_tag," \
6868
"refusing to downgrade to $TAG_NAME"
69-
echo "warning: **downgrading** from $current_version to $TAG_NAME" >&2
69+
echo "warning: **downgrading** from $current_tag to $TAG_NAME" >&2
7070
fi
7171

7272
workdir=$(mktemp -d)

0 commit comments

Comments
 (0)