mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-07-31 19:30:12 +02:00
Wrap file paths in single quotes
This commit is contained in:
@@ -84,7 +84,7 @@ for (let j = 0; j < noteFilePathList.length; j++) {
|
||||
|
||||
process.stdout.write("tmsu tag")
|
||||
process.stdout.write(" ")
|
||||
process.stdout.write(filePath)
|
||||
process.stdout.write(" '" + filePath + "'\n")
|
||||
process.stdout.write(" ")
|
||||
process.stdout.write(" '" + thetags[i] + "'\n")
|
||||
}
|
||||
|
Reference in New Issue
Block a user