Fix package.json url
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yellowtent",
|
||||
"description": "Main code for a cloudron",
|
||||
"name": "cloudron",
|
||||
"description": "Cloudron Platform (Box)",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"contributors": [
|
||||
@@ -9,7 +9,7 @@
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.cloudron.io/cloudron/box.git"
|
||||
"url": "https://git.cloudron.io/platform/box.git"
|
||||
},
|
||||
"bin": {
|
||||
"hotfix": "./scripts/hotfix",
|
||||
|
||||
@@ -69,7 +69,7 @@ const token = null;
|
||||
const token_1 = null;
|
||||
|
||||
let KEY, CERT;
|
||||
let appstoreIconServer = hock.createHock({ throwOnUnmatched: false });
|
||||
// let appstoreIconServer = hock.createHock({ throwOnUnmatched: false });
|
||||
|
||||
function checkRedis(containerId, done) {
|
||||
let redisIp, exportedRedisPort;
|
||||
|
||||
Reference in New Issue
Block a user