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 06b73f4 commit 609316dCopy full SHA for 609316d
pkg/docker-compose/schema.go
@@ -9,5 +9,5 @@ import (
9
var schema string
10
11
func (m *Mixin) PrintSchema() {
12
- fmt.Fprintf(m.Out, schema)
+ fmt.Fprint(m.Out, schema)
13
}
0 commit comments