querysub 0.226.0 → 0.227.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "querysub",
3
- "version": "0.226.0",
3
+ "version": "0.227.0",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "note1": "note on node-forge fork, see https://github.com/digitalbazaar/forge/issues/744 for details",
@@ -235,7 +235,7 @@ const resyncServicesBase = runInSerial(measureWrap(async function resyncServices
235
235
  index: i,
236
236
  });
237
237
  screenNamesUsed.add(screenName);
238
- let gitFolder = folder + "/git/";
238
+ let gitFolder = folder + "git/";
239
239
  await fs.promises.mkdir(gitFolder, { recursive: true });
240
240
  if (config.parameters.gitRef) {
241
241
  let prevGitRef = "";