Skip to content

Commit

Permalink
put multiple repositories into multiple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoseifert committed Apr 5, 2013
1 parent 4312fbc commit d6acf62
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ public boolean checkout(

if (rootRepositoryURL != null) {
FilePath rootRepositoryFile = workspace.child(ROOT_REPOSITORIES_FILE);
// put multiple repositories into multiple lines
rootRepositoryURL = rootRepositoryURL.replace(",", System.getProperty("line.separator"));
rootRepositoryFile.write(rootRepositoryURL, "UTF-8");
}

Expand Down

0 comments on commit d6acf62

Please sign in to comment.