Skip to content

Commit 8e0e535

Browse files
committed
ScriptService: fix scripts path system property
It was an error that the prefix was still "ij." after migrating from ImageJ. It should be "scijava." instead.
1 parent 540551f commit 8e0e535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/script/ScriptService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public interface ScriptService extends SingletonService<ScriptLanguage>,
6565
*
6666
* @see #getScriptDirectories()
6767
*/
68-
String SCRIPTS_PATH_PROPERTY = "ij.scripts.path";
68+
String SCRIPTS_PATH_PROPERTY = "scijava.scripts.path";
6969

7070
// -- Scripting languages --
7171

0 commit comments

Comments
 (0)