Skip to content

Commit e743909

Browse files
committed
fix grammar in cli message
1 parent 9cd9e3a commit e743909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ func main() {
2828
}
2929
fmt.Println(hostname)
3030
} else {
31-
fmt.Println("This cli interface is dedicated being executed by unit tests")
31+
fmt.Println("This cli interface is dedicated to being executed by unit tests")
3232
}
3333
}

0 commit comments

Comments
 (0)