Skip to content

Commit 8ba1b51

Browse files
committed
🐛 Forgot remove absolute value of credentials
1 parent aaf7707 commit 8ba1b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func main() {
120120
panic("--url, --user and --pass is must be set.")
121121
}
122122

123-
mr, err := mysqlrouter.New("https://mysqlrouter-test.xzy.pw", "luis", "luis")
123+
mr, err := mysqlrouter.New(*url, *user, *pass)
124124
if err != nil {
125125
panic(err)
126126
}

0 commit comments

Comments
 (0)