Skip to content

Commit

Permalink
replaced "privatesky" to "opendsu-sdk" in bundle paths
Browse files Browse the repository at this point in the history
  • Loading branch information
skutner committed Nov 15, 2022
1 parent 29e1039 commit 61ff5c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/MobileServerLauncher.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (process.argv.length > 2) {
console.log("Received arguments = " + arguments);


const pskBundle = arguments.bundle || "../privatesky/psknode/bundles/pskWebServer";
const pskBundle = arguments.bundle || "../opendsu-sdk/psknode/bundles/pskWebServer";
require(pskBundle);

if(typeof arguments.env !== 'undefined'){
Expand Down
2 changes: 1 addition & 1 deletion bin/createKeyDID.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("../privatesky/psknode/bundles/openDSU");
require("../opendsu-sdk/psknode/bundles/openDSU");
const openDSU = require("opendsu");
const w3cDID = openDSU.loadAPI("w3cdid");
const crypto = openDSU.loadAPI("crypto");
Expand Down
2 changes: 1 addition & 1 deletion bin/ensureWalletExists.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("../privatesky/psknode/bundles/openDSU");
require("../opendsu-sdk/psknode/bundles/openDSU");
const openDSU = require("opendsu");
const scAPI = openDSU.loadAPI("sc");
const enclaveAPI = openDSU.loadAPI("enclave");
Expand Down
2 changes: 1 addition & 1 deletion bin/watcher/watcher.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Wrapper script for `privatesky/bin/scripts/watcher.js`.
* Wrapper script for `opendsu-sdk/bin/scripts/watcher.js`.
*/
const path = require('path');
const childProcess = require('child_process');
Expand Down

0 comments on commit 61ff5c5

Please sign in to comment.