From 7533b9f6d1aa6359b4e21e2e464d0512198f7cdd Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Tue, 13 Dec 2022 19:49:03 +0000 Subject: [PATCH] That didn't work --- tools/bin/td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bin/td b/tools/bin/td index 2dbc2e3..e1a124a 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"