Skip to content

Commit

Permalink
make ScriptLibraryWatcher accessible for other languages (openhab#2456)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
GitOrigin-RevId: d11a722
  • Loading branch information
J-N-K authored and splatch committed Jul 11, 2023
1 parent 4b20c2c commit ddb84b7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
*/
abstract class ScriptLibraryWatcher extends AbstractWatchService {

public static final String LIB_PATH = String.join(File.separator, OpenHAB.getConfigFolder(), "automation", "lib",
"javascript");
public static final String LIB_PATH = String.join(File.separator, OpenHAB.getConfigFolder(), "automation", "lib");

ScriptLibraryWatcher() {
super(LIB_PATH);
Expand Down

0 comments on commit ddb84b7

Please sign in to comment.