From 62fbbacfaec4962e88a27cf1f2225628fb97e3d9 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Tue, 13 Dec 2022 19:45:29 +0000 Subject: [PATCH] Fix cvs tag command. --- tools/bin/td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bin/td b/tools/bin/td index e1a124a..2dbc2e3 100644 --- a/tools/bin/td +++ b/tools/bin/td @@ -158,7 +158,7 @@ recipe_release() { cd "$TELODENDRIA_PUB/pub/v$TELODENDRIA_VERSION" # Tag the release at this point in time. - cvs tag "$CVS_TAG" + cvs tag "$CVS_TAG" . # Generate the release tarball. cvs export "-r$CVS_TAG" "Telodendria"