This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git
The following commit(s) were added to refs/heads/master by this push:
new 9f80de8 fix outputdir -> subdir.
9f80de8 is described below
commit 9f80de82c81a51a3d11c389b38eeba239b32eed1
Author: Daniel Gruno <[email protected]>
AuthorDate: Thu May 7 14:41:06 2020 -0500
fix outputdir -> subdir.
---
.asf.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index c4084b5..f93d5e9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -2,11 +2,11 @@
staging:
profile: ~
whoami: staging
- outputdir: jdo
+ subdir: jdo
publish:
whoami: master
- outputdir: jdo
+ subdir: jdo
github:
description: "Apache JDO project"