mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-04-06 19:12:26 +02:00
Wrap file paths in single quotes
This commit is contained in:
parent
9bd277d9e9
commit
5d0d951501
@ -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")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user