Skip to content

Commit 0b77878

Browse files
committed
2
1 parent 61edbdb commit 0b77878

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

OpenFlow/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ process.on('unhandledRejection', up => {
127127
logger.info("namespace: " + Config.namespace);
128128
var fs = require('fs');
129129
var contents = fs.readFileSync('/kubeconfig/kube.yaml', 'utf8');
130-
console.log(contents);
130+
var json = JSON.stringify(contents, null, 3);
131+
console.log(json);
131132
logger.info("kubeconfig: " + Config.kubeconfig);
132133
if (!await initDatabase()) {
133134
process.exit(404);

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.176
1+
0.0.177

0 commit comments

Comments
 (0)