mirror of https://github.com/docker/docs.git
Plugin's stdout shouldn't show `OUT`
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
parent
cee5c0ce15
commit
6de1fd13d3
|
@ -19,7 +19,7 @@ var (
|
|||
)
|
||||
|
||||
const (
|
||||
pluginOutPrefix = "(%s) OUT | "
|
||||
pluginOutPrefix = "(%s) "
|
||||
pluginErrPrefix = "(%s) DBG | "
|
||||
PluginEnvKey = "MACHINE_PLUGIN_TOKEN"
|
||||
PluginEnvVal = "42"
|
||||
|
|
Loading…
Reference in New Issue