We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3bedb commit e715dc8Copy full SHA for e715dc8
core/codebox.js
@@ -12,7 +12,7 @@ var start = function(config) {
12
config = _.defaults({}, config || {}, {
13
'root': process.env.WORKSPACE_DIR || process.cwd(),
14
'title': process.env.WORKSPACE_NAME || "Workspace",
15
- 'public': process.env.WORKSPACE_PUBLIC != null,
+ 'public': process.env.WORKSPACE_PUBLIC != "false",
16
17
'hooks': {
18
// Hooks could be:
0 commit comments