updated command

This commit is contained in:
Patrizio Bekerle 2017-07-28 15:01:29 +02:00
parent 39fe8011af
commit cad5c2c24b
No known key found for this signature in database
GPG Key ID: 2E9FFD770DABE838
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Script {
}
// start the diff programm with the selected note paths as parameters
var params = script.selectedNotePaths();
var params = script.selectedNotesPaths();
script.startDetachedProcess(executablePath, params);
}
}