gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] 04/04: rename template cli


From: gnunet
Subject: [libeufin] 04/04: rename template cli
Date: Thu, 21 Jan 2021 16:49:07 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

commit 360d0f8879195fcb95fc3ea6ae95c8c7112270c3
Author: MS <ms@taler.net>
AuthorDate: Thu Jan 21 16:48:59 2021 +0100

    rename template cli
---
 build.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 61ba290..86153d6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,7 +32,8 @@ task versionFile() {
 
 task replaceVersionCli(type: Copy) {
     from file("cli/bin/libeufin-cli.template")
-    into file("cli/bin/libeufin-cli")
+    into file("cli/bin/")
+    rename("libeufin-cli.template", "libeufin-cli")
     filter(ReplaceTokens, tokens: [version: getRootProject().version])
 }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]