Skip to content

Commit

Permalink
make ScriptLibraryWatcher accessible for other languages (#2456)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
  • Loading branch information
J-N-K committed Aug 19, 2021
1 parent 4bcf486 commit d11a722
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 d11a722

Please sign in to comment.