Skip to content

Commit 1a0ba41

Browse files
committed
code review
1 parent 674a64f commit 1a0ba41

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
@@ -18,7 +18,7 @@ func initializeLogger() *logger.Logger {
1818
creds := configuration.CONNECTION_TOKEN
1919
username := configuration.ROOT_USER
2020
if configuration.USER_PASS_BASED_AUTH {
21-
username = "$memphis"
21+
username = "$$memphis"
2222
creds = configuration.CONNECTION_TOKEN + "_" + configuration.ROOT_PASSWORD
2323
}
2424
l, err := logger.CreateLogger(configuration.MEMPHIS_HOST, username, creds)

0 commit comments

Comments
 (0)