Skip to content

Commit

Permalink
[MSITE-812] Missing '/' in log when deploying documentation by site:s…
Browse files Browse the repository at this point in the history
…tage
  • Loading branch information
aajisaka authored and hboutemy committed Apr 23, 2018
1 parent 1042495 commit 98fb2d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ else if ( proxyInfo == null && authenticationInfo != null )
{
// TODO: this also uploads the non-default locales,
// is there a way to exclude directories in wagon?
getLog().info( " >>> to " + repository.getUrl() + relativeDir );
getLog().info( " >>> to " + repository.getUrl() + "/" + relativeDir );

wagon.putDirectory( inputDirectory, relativeDir );
}
Expand Down

0 comments on commit 98fb2d7

Please sign in to comment.