[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: typo
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: typo |
Date: |
Fri, 12 Apr 2019 18:51:24 +0200 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new a2d34ff typo
a2d34ff is described below
commit a2d34ff5ce70f16275d566f927633329603ff233
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Apr 12 18:51:20 2019 +0200
typo
---
taler-docbuild/update_api.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/taler-docbuild/update_api.sh b/taler-docbuild/update_api.sh
index e8ed1ac..862ab8f 100755
--- a/taler-docbuild/update_api.sh
+++ b/taler-docbuild/update_api.sh
@@ -13,6 +13,8 @@ fetch () {
cd $HOME/api
fetch
make html
-makedir -p $HOME/build/api/html/
+
+mkdir -p $HOME/build/api/html/
+
cp -r _build/html/* $HOME/build/api/html/
--
To stop receiving notification emails like this one, please contact
address@hidden