nielsbasjes commented on code in PR #140:
URL: https://github.com/apache/maven-scm/pull/140#discussion_r878926063


##########
maven-scm-providers/maven-scm-provider-local/src/main/java/org/apache/maven/scm/provider/local/command/update/LocalUpdateCommand.java:
##########
@@ -190,7 +190,7 @@ private List<ScmFile> update( File source, File 
baseDestination, List<File> file
 
             int chop = baseDestination.getAbsolutePath().length();
 
-            String fileName = "/" + 
destinationFile.getAbsolutePath().substring( chop + 1 );
+            String fileName = destinationFile.getAbsolutePath().substring( 
chop + 1 );

Review Comment:
   I have Ubuntu and it fails because the assertion expects it without a slash.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to