Skip to content

Commit 216a9b1

Browse files
committed
fix travis
1 parent 45d297f commit 216a9b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- "1.10"
4+
- "1.12"
55
- "tip"
66

77
before_install:

cmd/subber/subber.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func main() {
5555

5656
func verboseMessage(args ...interface{}) {
5757
if !*quiet {
58-
fmt.Println(args)
58+
fmt.Println(args...)
5959
}
6060
}
6161

0 commit comments

Comments
 (0)