thinkncollab-cli 0.0.29 → 0.0.30
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/commands/pull.js +1 -1
- package/package.json +1 -1
package/commands/pull.js
CHANGED
|
@@ -117,7 +117,7 @@ export default async function pull(roomId, version = "latest") {
|
|
|
117
117
|
console.log(`📋 Project: ${projectId}`);
|
|
118
118
|
console.log(`🎯 Version: ${version}\n`);
|
|
119
119
|
|
|
120
|
-
let url = `http://localhost:3001/
|
|
120
|
+
let url = `http://localhost:3001/folders/${roomId}/download`;
|
|
121
121
|
const params = { projectId };
|
|
122
122
|
|
|
123
123
|
if (version !== "latest") {
|