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


##########
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:
   And yes, this indeed a test that would probably fail on Windows too.



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to