Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
container-manager
Commits
9dc8bd05
Commit
9dc8bd05
authored
Nov 06, 2018
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
fix bug in log (cconf -> cconfig)
parent
8a94bdfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/components.js
View file @
9dc8bd05
...
...
@@ -290,7 +290,7 @@ function cachedReplacements(req, next) {
next
(
null
,
newRepl
)
})
}
else
{
next
({
message
:
`no replacements defined, you need to visit first the entry point
${
cconf
.
entryPoint
.
path
}
`
},
undefined
)
next
({
message
:
`no replacements defined, you need to visit first the entry point
${
cconf
ig
.
entryPoint
.
path
}
`
},
undefined
)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment