Skip to content

Commit c07f2fd

Browse files
committed
Linting
1 parent 2121d8d commit c07f2fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/releasemigrations/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ func main() {
6767
}
6868

6969
func usage() {
70-
fmt.Println("Usage: releasemigrations [--patches] [--minors] [--majors]")
71-
fmt.Println("Choose at lease one of --patches, --minors, or --majors. You can choose all!")
72-
fmt.Println("Must be run from the coder repo at the root.")
70+
_, _ = fmt.Println("Usage: releasemigrations [--patches] [--minors] [--majors]")
71+
_, _ = fmt.Println("Choose at lease one of --patches, --minors, or --majors. You can choose all!")
72+
_, _ = fmt.Println("Must be run from the coder repo at the root.")
7373
}
7474

7575
type Options struct {

0 commit comments

Comments
 (0)