We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b12772d + 795e6fb commit 04a9306Copy full SHA for 04a9306
1 file changed
deisctl/cmd/cmd.go
@@ -41,10 +41,10 @@ func ListUnitFiles(b backend.Backend) error {
41
}
42
43
// Location to write standard output. By default, this is the os.Stdout.
44
-var Stdout io.Writer = os.Stderr
+var Stdout io.Writer = os.Stdout
45
46
// Location to write standard error information. By default, this is the os.Stderr.
47
-var Stderr io.Writer = os.Stdout
+var Stderr io.Writer = os.Stderr
48
49
// Number of routers to be installed. By default, it's DefaultRouterMeshSize.
50
var RouterMeshSize = DefaultRouterMeshSize
0 commit comments