Skip to content

Commit d7b6bad

Browse files
author
Mano Marks
authored
Merge pull request dockersamples#115 from salvatoris/patch-1
Fix typo in the comment
2 parents be88b97 + 0e4a079 commit d7b6bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/src/Worker/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ vote VARCHAR(255) NOT NULL
104104

105105
private static ConnectionMultiplexer OpenRedisConnection(string hostname)
106106
{
107-
// Use IP address to workaround hhttps://github.com/StackExchange/StackExchange.Redis/issues/410
107+
// Use IP address to workaround https://github.com/StackExchange/StackExchange.Redis/issues/410
108108
var ipAddress = GetIp(hostname);
109109
Console.WriteLine($"Found redis at {ipAddress}");
110110

0 commit comments

Comments
 (0)