From 10a7765c7b6a1d62cb9ca2406145fd3799f5197c Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 10 Sep 2017 18:21:25 +0200 Subject: Config should now automatically update when changed --- tools/qbs/GitRepo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/qbs/GitRepo.js b/tools/qbs/GitRepo.js index e5ecb03..04021c8 100644 --- a/tools/qbs/GitRepo.js +++ b/tools/qbs/GitRepo.js @@ -1,4 +1,4 @@ -var Process = loadExtension("qbs.Process") +var Process = require("qbs.Process") function read(workingDirectory) { var git = new Process(); -- cgit v1.2.1