gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: launch quietly


From: gnunet
Subject: [libeufin] branch master updated: launch quietly
Date: Thu, 10 Dec 2020 16:34:23 +0100

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 927818f  launch quietly
927818f is described below

commit 927818f64a2a74dce9535068a62feb71e895b514
Author: MS <ms@taler.net>
AuthorDate: Thu Dec 10 16:34:19 2020 +0100

    launch quietly
---
 nexus/libeufin-nexus-dev-template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nexus/libeufin-nexus-dev-template 
b/nexus/libeufin-nexus-dev-template
index c321883..e7df545 100644
--- a/nexus/libeufin-nexus-dev-template
+++ b/nexus/libeufin-nexus-dev-template
@@ -3,6 +3,6 @@
 ARGS="$@"
 cd PROJECT
 if (( $# > 0 )); then ./gradlew -q --console=plain nexus:run --args="$ARGS"
-else ./gradlew --console=plain nexus:run
+else ./gradlew -q --console=plain nexus:run
 fi
 cd - > /dev/null

-- 
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]