commit 060a81708fc4a323e7d4cd703560dba0219395de parent 0e3997000f4b55e285b9a3600fbeba55c9563812 Author: Florian Dold <florian.dold@gmail.com> Date: Sat, 31 Aug 2019 15:26:57 +0200 be quiet, git! Diffstat:
| M | bootstrap-taler | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bootstrap-taler b/bootstrap-taler @@ -66,7 +66,7 @@ for component in twister bank merchant landing exchange donations blog survey ba tag=${!varname} echo "Checking out $component to $tag" git -C $HOME/$component fetch - git -C $HOME/$component checkout -f $tag -- + git -C $HOME/$component checkout -q -f $tag -- done cat >$HOME/activate <<EOL