projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1383e6a
)
slightly improve YAML error message
author
Jeff Atwood
<jatwood@discourse.org>
Tue, 17 Jun 2014 21:06:20 +0000
(14:06 -0700)
committer
Jeff Atwood
<jatwood@discourse.org>
Tue, 17 Jun 2014 21:06:20 +0000
(14:06 -0700)
launcher
patch
|
blob
|
blame
|
history
diff --git
a/launcher
b/launcher
index d4aff1cffd777b395c37ac7dc285b03c51d9175d..6f3940f820a7c22db4c40151d06a3eca278a68a6 100755
(executable)
--- a/
launcher
+++ b/
launcher
@@
-212,7
+212,7
@@
RUBY
if [ "$ok" -ne 1 ]; then
echo "${env[@]}"
- echo "YAML syntax error. Please check your
configuration
files."
+ echo "YAML syntax error. Please check your
/var/docker/containers/*.yml config
files."
exit 1
fi
echo "Calculated ENV: ${env[@]}"