You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/08/05 09:30:13 UTC

[commons-rng] 02/02: Add missing forward slash

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit b28d4534992d407ff36468d934120852dcf22a73
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Thu Aug 5 10:20:11 2021 +0100

    Add missing forward slash
---
 src/assembly/bin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml
index 2152395..65f5a49 100644
--- a/src/assembly/bin.xml
+++ b/src/assembly/bin.xml
@@ -46,7 +46,7 @@ limitations under the License.
       </includes>
     </fileSet>
     <fileSet>
-      <directory>${project.basedir}../target/site</directory>
+      <directory>${project.basedir}/../target/site</directory>
       <outputDirectory>docs</outputDirectory>
       <excludes>
       </excludes>