Skip to content

Commit e4e643e

Browse files
committed
use single quotes
1 parent 3fa983e commit e4e643e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/MercurialRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ protected void buildTagList(File directory, CommandTimeoutType cmdType) {
641641
// Use '|' as a revision separator rather than ':' to avoid collision with the commonly used
642642
// separator within the revision string (which is not used in this output but better
643643
// safe than sorry).
644-
argv.add("--template={latesttag % \\\"{rev}|{tag}\\n\\\"}");
644+
argv.add("--template={latesttag % '{rev}|{tag}\\n'}");
645645

646646
Executor executor = new Executor(argv, directory,
647647
RuntimeEnvironment.getInstance().getCommandTimeout(cmdType));

0 commit comments

Comments
 (0)