mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-12-22 07:58:08 +00:00
updated command
This commit is contained in:
parent
39fe8011af
commit
cad5c2c24b
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Script {
|
||||||
}
|
}
|
||||||
|
|
||||||
// start the diff programm with the selected note paths as parameters
|
// start the diff programm with the selected note paths as parameters
|
||||||
var params = script.selectedNotePaths();
|
var params = script.selectedNotesPaths();
|
||||||
script.startDetachedProcess(executablePath, params);
|
script.startDetachedProcess(executablePath, params);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue